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

Implementors