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

Implementors