sqllogictest_engines::postgres

Type Alias PostgresConfig

Source
pub type PostgresConfig = Config;
Expand description

Connection configuration. This is a re-export of tokio_postgres::Config.

Aliased Typeยง

struct PostgresConfig { /* private fields */ }