[][src]Crate sqlx_core

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

Modules

acquire
arguments

Types and traits for passing arguments to SQL queries.

column
connection
database

Traits to represent a database driver.

decode

Provides Decode for decoding values from the database.

describe
done
encode

Provides Encode for encoding values for the database.

error

Types for working with errors produced by SQLx.

executor
from_row
migrate
pool

Provides the connection pool for asynchronous SQLx connections.

query
query_as
query_scalar
row
statement
transaction
type_info
types

Conversions between Rust and SQL types.

value