18 breaking releases
0.18.1 | Dec 19, 2024 |
---|---|
0.17.0 | Oct 2, 2024 |
0.14.0 | Jul 22, 2024 |
0.8.0 | Mar 27, 2024 |
0.1.0 | Mar 20, 2023 |
#9 in #bdk
291 downloads per month
Used in 3 crates
(via bdk_wallet)
62KB
1K
SLoC
BDK File Store
⚠
bdk_file_store
is a development/testing database. It does not natively support backwards compatible BDK version upgrades so should not be used in production.
This is a simple append-only flat file database for persisting bdk_chain
changesets.
The main structure is Store
which works with any bdk_chain
based changesets to persist data into a flat file.
Dependencies
~10MB
~140K SLoC