PgTransaction, preconfigured with b2b schema
b2b
Useful for allowing consumers to pass transactions into functions:
async get({}: { id: string; tx: B2bPgTransaction }) { ... } Copy
async get({}: { id: string; tx: B2bPgTransaction }) { ... }
PgTransaction, preconfigured with
b2bschemaUseful for allowing consumers to pass transactions into functions: