This is a simple SQLite relational database client for persisting bdk_chain changesets.
bdk_chain
The main structure is Store which persists CombinedChangeSet data into a SQLite database file.
Store
CombinedChangeSet
pub use rusqlite;