Macro sqlx_migrator::sqlite_migration

source ยท
macro_rules! sqlite_migration {
    ($state:ty, $op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
    ($op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
}
Available on crate feature sqlite only.
Expand description

Macro for implementing the migration macro for the Sqlite.

This macro calls migration macro with db value already set as sqlx::Sqlite