This is a simple SQLite relational database schema backed implementation of PersistBackend
.
The main structure is Store
which works with any bdk_chain
based changesets to persist data into a SQLite database file.
To use Store
with Wallet
enable the wallet
feature.