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) • 476 B
TypeScript
export { BaseIntrospector } from "./BaseIntrospector";
export { Connection, type FieldSpec, type IndexSpec, type DbFunctions, type SchemaResponse, customIntrospector, } from "./Connection";
export { LibsqlConnection, type LibSqlCredentials } from "./sqlite/LibsqlConnection";
export { SqliteConnection } from "./sqlite/SqliteConnection";
export { SqliteIntrospector } from "./sqlite/SqliteIntrospector";
export { SqliteLocalConnection } from "./sqlite/SqliteLocalConnection";