sqllogictest_engines::postgres

Type Alias PostgresSimple

Source
pub type PostgresSimple = Postgres<Simple>;
Expand description

Postgres engine using the simple query protocol.

Aliased Typeยง

struct PostgresSimple { /* private fields */ }