Trait db_sqlx_sqlite::dev::DBOps[][src]

pub trait DBOps: GetConnection + Migrate { }
Expand description

Database operations trait(migrations, pool creation and fetching connection from pool)

Implementors