2023-09-19 17:29:23 -05:00
|
|
|
# BDK SQLite
|
|
|
|
|
2024-06-14 18:09:55 -05:00
|
|
|
This is a simple [SQLite] relational database client for persisting [`bdk_chain`] changesets.
|
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-14 18:09:55 -05:00
|
|
|
[`bdk_chain`]:https://docs.rs/bdk_chain/latest/bdk_chain/
|
2023-09-19 17:29:23 -05:00
|
|
|
[SQLite]: https://www.sqlite.org/index.html
|