Function bdk_chain::rusqlite_impl::migrate_schema

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

Runs logic that initializes/migrates the table schemas.