@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias B2bPgTransaction

    B2bPgTransaction: Parameters<Parameters<B2bDatabaseBase["transaction"]>[0]>[0]

    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.