Crate sqlx_d1

Source

Modules§

query
sqlx_core
Core of SQLx, the rust SQL toolkit.

Structs§

D1
D1ConnectOptions
ref: https://developers.cloudflare.com/d1/sql-api/sql-statements/#compatible-pragma-statements
D1Connection

Enums§

Error
Represents all the ways a method can fail within SQLx.

Traits§

FromRow
A record that can be built from a row returned by the database.

Functions§

query
query_as
query_as_with
query_scalar
query_scalar_with
query_with

Type Aliases§

QueryBuilder