UNPKG

miniorm

Version:

A lightweight, minimal TypeScript ORM & query‑builder for MySQL, PostgreSQL and SQLite

5 lines (4 loc) 133 B
export { MiniOrm } from './core'; export { example } from './examples/example'; export * from './mid-core'; export * from './types';