Type alias WithPostgresFunction<T>

WithPostgresFunction<T>: (<TResult>(connection, action, options?) => Promise<TResult>)

A 'withPostgres()' function.

Type Parameters

Type declaration

Returns

The promise with the result of the action.

Generated using TypeDoc