Structs§
- Marker type for the Postgres extended query protocol.
- Generic Postgres engine based on the client from
tokio_postgres
. The protocolP
can be eitherSimple
orExtended
. - Marker type for the Postgres simple query protocol.
Type Aliases§
- Connection configuration. This is a re-export of
tokio_postgres::Config
. - Postgres engine using the extended query protocol.
- Postgres engine using the simple query protocol.