#persistence #wallet #bitcoin #database

bdk_persist

Types that define data persistence of a BDK wallet

3 releases (breaking)

0.3.0 May 23, 2024
0.2.0 May 10, 2024
0.1.0 May 2, 2024

#5 in #bitcoin-wallet

Download history 1116/week @ 2024-06-06 1189/week @ 2024-06-13 171/week @ 2024-06-20 131/week @ 2024-06-27 36/week @ 2024-07-04 146/week @ 2024-07-11 306/week @ 2024-07-18 223/week @ 2024-07-25 181/week @ 2024-08-01 154/week @ 2024-08-08 175/week @ 2024-08-15 180/week @ 2024-08-22 122/week @ 2024-08-29 137/week @ 2024-09-05 95/week @ 2024-09-12 97/week @ 2024-09-19

511 downloads per month

MIT/Apache

220KB
3.5K SLoC

BDK Persist

This crate is home to the PersistBackend trait which defines the behavior of a database to perform the task of persisting changes made to BDK data structures.

The Persist type provides a convenient wrapper around a PersistBackend that allows staging changes before committing them.

Dependencies

~12MB
~133K SLoC