Function bdk_wallet::rusqlite_impl::migrate_schema
source ยท 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.