Trait sqlx::PgExecutor

source ·
pub trait PgExecutor<'c>: Executor<'c, Database = Postgres> { }
Available on crate feature postgres only.
Expand description

Implementors§

source§

impl<'c, T> PgExecutor<'c> for Twhere T: Executor<'c, Database = Postgres>,