Re-exports
pub use tokio_postgres;
Structs
- An asynchronous PostgreSQL client.
- An error communicating with the Postgres server.
- A
MakeTlsConnect
andTlsConnect
implementation which simply returns an error. - A row of data returned from the database by a query.
- A SQLSTATE error code
- A prepared statement.
Traits
- A trait for types that can be converted into Postgres values.
- A trait abstracting over prepared and unprepared statements.
Functions
- A convenience function which parses a connection string and connects to the database.