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) 208 B
// Re-export all decorators export * from './entity.ts'; export * from './column.ts'; export * from './primary-column.ts'; export * from './primary-generated-column.ts'; export * from './index-decorator.ts';