Module sqlx_oldapi::postgres 
source · Available on crate feature 
postgres only.Expand description
PostgreSQL database driver.
Modules
- Conversions between Rust and Postgres types.
Structs
- A mutex-like type utilizing Postgres advisory locks.
- A wrapper forPgConnection(or a similar type) that represents a held Postgres advisory lock.
- Implementation ofArgumentsfor PostgreSQL.
- Options and flags which can be used to configure a PostgreSQL connection.
- A connection to a PostgreSQL database.
- A connection in streamingCOPY FROM STDINmode.
- An error returned from the PostgreSQL database.
- A stream of asynchronous notifications from Postgres.
- An asynchronous notification from Postgres.
- Implementation ofRowfor PostgreSQL.
- Implementation of [TransactionManager] for PostgreSQL.
- Type information for a PostgreSQL type.
- Implementation ofValuefor PostgreSQL.
- Implementation ofValueReffor PostgreSQL.
- PostgreSQL database driver.
Enums
- A key type natively used by Postgres advisory locks.
- Options for controlling the level of protection provided for PostgreSQL SSL connections.
Traits
- An alias forExecutor<'_, Database = Postgres>.
Type Definitions
- An alias forPool, specialized for Postgres.
- An alias forPoolOptions, specialized for Postgres.