Module sqlx_core::postgres [−][src]
Expand description
PostgreSQL database driver.
Modules
Conversions between Rust and Postgres types.
Structs
Implementation of Arguments for PostgreSQL.
Options and flags which can be used to configure a PostgreSQL connection.
A connection to a PostgreSQL database.
An error returned from the PostgreSQL database.
A stream of asynchronous notifications from Postgres.
An asynchronous notification from Postgres.
Implementation of Row for PostgreSQL.
Implementation of [TransactionManager] for PostgreSQL.
Type information for a PostgreSQL type.
Implementation of Value for PostgreSQL.
Implementation of ValueRef for PostgreSQL.
PostgreSQL database driver.
Enums
Options for controlling the level of protection provided for PostgreSQL SSL connections.
Traits
Type Definitions
An alias for Pool, specialized for Postgres.
An alias for PoolOptions, specialized for Postgres.