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

9 lines
319 B
Markdown

# 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.
<!-- [`PersistBackend`]: bdk_chain::persist::PersistBackend -->
[SQLite]: https://www.sqlite.org/index.html