UNPKG

bknd

Version:

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

5 lines (4 loc) 116 B
import type { Connection } from "../.."; export declare function sqlite(config?: { url: string; }): Connection;