Type Alias sqlx_exasol::ExaPool

source ·
pub type ExaPool = Pool<Exasol>;
Expand description

An alias for Pool, specialized for Exasol.

Aliased Type§

struct ExaPool(/* private fields */);