pub type PgTransaction<'a> = Transaction<'a, Postgres>;
pub struct PgTransaction<'a> { /* private fields */ }