| Crates.io | bdk_file_store |
| lib.rs | bdk_file_store |
| version | 0.22.0 |
| created_at | 2023-03-01 00:47:39.640463+00 |
| updated_at | 2025-09-12 13:36:05.071676+00 |
| description | A simple append-only flat file database for persisting bdk_chain data. |
| homepage | |
| repository | https://github.com/bitcoindevkit/bdk |
| max_upload_size | |
| id | 797625 |
| size | 42,059 |
⚠
bdk_file_storeis 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.