Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 462 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 462 Bytes

BDK SQLite

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.