Package: @effect/sql-sqlite-bun
Module: SqliteClient
Bun SQLite client service, extending SqlClient with database export and extension loading helpers. updateValues is not supported.
Signature
export interface SqliteClient extends Client.SqlClient {
readonly [TypeId]: TypeId
readonly config: SqliteClientConfig
readonly export: Effect.Effect<Uint8Array, SqlError>
readonly loadExtension: (path: string) => Effect.Effect<void, SqlError>
/** Not supported in sqlite */
readonly updateValues: never
}
Since v4.0.0