Module rusqlite_impl

Source
Expand description

Support for persisting bdk_chain structures to SQLite using [rusqlite].

Constants§

SCHEMAS_TABLE_NAME
Table name for schemas.

Functions§

migrate_schema
Runs logic that initializes/migrates the table schemas.