/**
* With the given effect, ensure all sql queries are run in a transaction.
*/
readonly withTransaction: <R, E, A>(
self: Effect<A, E, R>
) => Effect<A, E | SqlError, R>
/**
* With the given effect, ensure all sql queries are run in a transaction.
*/
readonly withTransaction: <R, E, A>(
self: Effect<A, E, R>
) => Effect<A, E | SqlError, R>