pub type SpgPool = Pool<Spg>;Expand description
Drop-in replacement for sqlx::PgPool over an in-process
SPG. Same Pool<Spg> shape — every sqlx-core API generic
over Pool<DB> works against this alias.
Aliased Type§
pub struct SpgPool(/* private fields */);