d1_binding library

Classes

D1DatabaseBinding
The host-neutral Cloudflare D1 binding contract.
D1DatabaseSessionBinding
A sequential-consistency D1 session.
D1ExecResult
The aggregate returned by a D1 exec operation.
D1Meta
Metadata returned by a D1 statement.
D1PreparedStatementBinding
A prepared SQL statement from a D1 binding.
D1Result<T>
A result returned by a D1 binding operation.

Typedefs

D1RowDecoder<T> = T Function(Map<String, Object?> row)
Decodes a row returned by a D1 binding.