#file #flat-file #persist #bitcoin #persistence #bdk

bdk_file_store

A simple append-only flat file database for persisting bdk_chain data

17 breaking releases

0.17.0 Oct 2, 2024
0.15.1 Sep 13, 2024
0.14.0 Jul 22, 2024
0.8.0 Mar 27, 2024
0.1.0 Mar 20, 2023

#7 in #bdk

Download history 153/week @ 2024-07-22 254/week @ 2024-07-29 472/week @ 2024-08-05 37/week @ 2024-08-12 286/week @ 2024-08-19 76/week @ 2024-08-26 6/week @ 2024-09-02 282/week @ 2024-09-09 54/week @ 2024-09-16 116/week @ 2024-09-23 267/week @ 2024-09-30 175/week @ 2024-10-07 257/week @ 2024-10-14 84/week @ 2024-10-21 228/week @ 2024-10-28 175/week @ 2024-11-04

754 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

61KB
1K SLoC

BDK File Store

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

~9.5MB
~132K SLoC