pub trait PgExecutor<'c>: Executor<'c, Database = Postgres> { }
Expand description

Implementors