Struct dbmigrate_lib::SqliteDriver [−][src]
pub struct SqliteDriver { /* fields omitted */ }
Expand description
The SQLite driver
Implementations
Trait Implementations
A fn that will create a migration table if it doesn’t exist Otherwise do nothing Read more
A fn that will delete migration table
Get the current migration number from the database
Set the current migration number in the database