bdk/crates/sqlite/README.md
Steve Myers 9e97ac0330
refactor(persist): update file_store, sqlite, wallet to use bdk_chain::persist
Also update examples and remove bdk_persist crate.
2024-06-13 12:56:25 -05:00

319 B

BDK SQLite

This is a simple SQLite relational database schema backed implementation of PersistBackend.

The main structure is Store which persists CombinedChangeSet data into a SQLite database file.