pg-boss
Version:
Queueing jobs in Postgres from Node.js like a boss
9 lines • 450 B
TypeScript
export { fromKnex } from './knex.ts';
export { fromKysely } from './kysely.ts';
export { fromDrizzle } from './drizzle.ts';
export { fromPrisma } from './prisma.ts';
export type { KnexTransactionLike } from './knex.ts';
export type { KyselyTransactionLike } from './kysely.ts';
export type { DrizzleTransactionLike, DrizzleSqlTagLike } from './drizzle.ts';
export type { PrismaTransactionLike } from './prisma.ts';
//# sourceMappingURL=index.d.ts.map