[][src]Crate sqlx_core

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

Modules

acquire
any

Generic database driver with the specific driver selected at runtime.

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
mssql

Microsoft SQL (MSSQL) database driver.

mysql

MySQL database driver.

pool

Provides the connection pool for asynchronous SQLx connections.

postgres

PostgreSQL database driver.

query
query_as
query_scalar
row
sqlite

SQLite database driver.

statement
transaction
type_info
types

Conversions between Rust and SQL types.

value