bdk_wallet::rusqlite_impl

Function migrate_schema

pub fn migrate_schema(
    db_tx: &Transaction<'_>,
    schema_name: &str,
    versioned_scripts: &[&str],
) -> Result<(), Error>
Expand description

Runs logic that initializes/migrates the table schemas.