The transaction handle passed to a db.transaction(async (tx) => …)
callback, preconfigured with b2b schema, for the postgres-js variant. Used
for allowing consumers to pass transactions into functions. Derived from the
driver's own transaction signature so it tracks drizzle's internal type
plumbing automatically.
The transaction handle passed to a
db.transaction(async (tx) => …)callback, preconfigured withb2bschema, for the postgres-js variant. Used for allowing consumers to pass transactions into functions. Derived from the driver's owntransactionsignature so it tracks drizzle's internal type plumbing automatically.