Skip to main content
Module

x/query_d1/mod.ts>D1ConfigOptions

Query D1 outside Cloudflare Workers using Cloudflare API call
Go to Latest
interface D1ConfigOptions
import { type D1ConfigOptions } from "https://deno.land/x/query_d1@v0.0.3/mod.ts";

Properties

accountId: string
apiToken: string
accountEmail: string
databaseUuid: string
optional
proxyUrl: URL | string
optional
headers: Headers