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) 238 B
import { type SqliteDatabase } from "kysely"; import { SqliteConnection } from "./SqliteConnection"; export declare class SqliteLocalConnection extends SqliteConnection { private database; constructor(database: SqliteDatabase); }