UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

6 lines (5 loc) 429 B
export { BaseIntrospector } from "./BaseIntrospector"; export { Connection, type FieldSpec, type IndexSpec, type DbFunctions, type SchemaResponse, type ConnQuery, type ConnQueryResults, customIntrospector, } from "./Connection"; export { SqliteConnection } from "./sqlite/SqliteConnection"; export { SqliteIntrospector } from "./sqlite/SqliteIntrospector"; export { SqliteLocalConnection } from "./sqlite/SqliteLocalConnection";