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

Implementors