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) 255 B
export * from "./bun.adapter"; export * from "../node/storage"; export * from "./connection/BunSqliteConnection"; export declare function writer(path: string, content: string): Promise<void>; export declare function reader(path: string): Promise<string>;