Re-exports§
pub use pgw::tokio_postgres;
Macros§
Structs§
- Error
- An error communicating with the Postgres server.
- Pg
- Row
- A row of data returned from the database by a query.
- Sql
Traits§
- Into
Statement - ToSql
- A trait for types that can be converted into Postgres values.
- ToStatement
- A trait abstracting over prepared and unprepared statements.