Crate cdbc_pg[−][src]
Expand description
PostgreSQL database driver.
Re-exports
pub extern crate cdbc;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.
A connection in streaming COPY FROM STDIN mode.
An error returned from the PostgreSQL database.
A stream of asynchronous notifications from Postgres.
An asynchronous notification from Postgres.
Implementation of [TransactionManager] for PostgreSQL.
Type information for a PostgreSQL type.
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][crate::pool::Pool], specialized for Postgres.
An alias for [PoolOptions][crate::pool::PoolOptions], specialized for Postgres.
