UNPKG

bun-sqlite-orm

Version:

A lightweight TypeScript ORM for Bun runtime with Bun SQLite, featuring Active Record pattern and decorator-based entities

7 lines (6 loc) 205 B
export { Transaction, type TransactionOptions } from './transaction'; export { TransactionManager, type TransactionCallback, type SequentialTransactionCallback, } from './transaction-manager';