9 lines
319 B
Markdown
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
|