pub trait SqliteExecutor<'c>: Executor<'c, Database = Sqlite> { }
Expand description

Implementors