effect-io-ai

Package: @effect/sql-d1
Module: D1Client

D1Client.make

Creates a scoped Cloudflare D1 SQL client. Prepared statements are cached, while transactions and streaming queries are not supported by this driver.

Signature

declare const make: (options: D1ClientConfig) => Effect.Effect<D1Client, never, Scope.Scope | Reactivity.Reactivity>

Source

Since v4.0.0