pub type PostgresSimple = Postgres<Simple>;
Postgres engine using the simple query protocol.
struct PostgresSimple { /* private fields */ }