2023-09-19 17:29:23 -05:00
|
|
|
# BDK SQLite
|
|
|
|
|
2024-06-01 00:06:20 -05:00
|
|
|
This is a simple [SQLite] relational database schema backed implementation of `PersistBackend`.
|
2023-09-19 17:29:23 -05:00
|
|
|
|
2024-06-01 00:06:20 -05:00
|
|
|
The main structure is `Store` which persists `CombinedChangeSet` data into a SQLite database file.
|
2023-09-19 17:29:23 -05:00
|
|
|
|
2024-06-01 00:06:20 -05:00
|
|
|
<!-- [`PersistBackend`]: bdk_chain::persist::PersistBackend -->
|
2023-09-19 17:29:23 -05:00
|
|
|
[SQLite]: https://www.sqlite.org/index.html
|