Crate pgm

Source

Re-exports§

pub use pgw::tokio_postgres;

Macros§

lazy_static
paste
q

Structs§

Error
An error communicating with the Postgres server.
Pg
Row
A row of data returned from the database by a query.
Sql

Traits§

IntoStatement
ToSql
A trait for types that can be converted into Postgres values.
ToStatement
A trait abstracting over prepared and unprepared statements.