Package: @effect/sql-d1
Module: D1Client
Cloudflare D1 SQL client service, extending SqlClient with its D1 configuration and no updateValues support.
Signature
export interface D1Client extends Client.SqlClient {
readonly [TypeId]: TypeId
readonly config: D1ClientConfig
/** Not supported in d1 */
readonly updateValues: never
}
Since v4.0.0