Expand description
The PostgreSQL driver, implemented directly on the version 3 wire protocol.
Re-exports§
pub use connection::Connection;pub use connection::PostgresDriver;
Modules§
- auth
- PostgreSQL authentication: MD5 and SCRAM-SHA-256.
- connection
- A single PostgreSQL connection.
- protocol
- PostgreSQL frontend/backend protocol, version 3.
- types
- Decoding column text into
Value, guided by the column’s type OID.