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.
Functions
Attribute Macros
- Marks a function or static variable as a library/executable constructor. This uses OS-specific linker sections to call a specific function at load time.