UNPKG

bknd

Version:

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

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