Re-exports
pub use async_lazy;pub use tokio_postgres;
Macros
Structs
- An asynchronous PostgreSQL client.
- An error communicating with the Postgres server.
- A
MakeTlsConnectandTlsConnectimplementation which simply returns an error. - A row of data returned from the database by a query.
- A prepared statement.
Statics
Traits
- A trait for types that can be converted into Postgres values.
- A trait abstracting over prepared and unprepared statements.