UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

4 lines (3 loc) 218 B
import { Kysely } from "kysely"; import { type SqliteDurableObject } from "./index.js"; export declare function createDb<T>(durableObjectBinding: DurableObjectNamespace<SqliteDurableObject>, name?: string): Kysely<T>;