bdk_file_store

Crates.iobdk_file_store
lib.rsbdk_file_store
version0.22.0
created_at2023-03-01 00:47:39.640463+00
updated_at2025-09-12 13:36:05.071676+00
descriptionA simple append-only flat file database for persisting bdk_chain data.
homepage
repositoryhttps://github.com/bitcoindevkit/bdk
max_upload_size
id797625
size42,059
(ValuedMammal)

documentation

https://docs.rs/bdk_file_store

README

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.

Commit count: 2531

cargo fmt