#persistence #wallet #bitcoin #database

bdk_persist

Types that define data persistence of a BDK wallet

3 releases (breaking)

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

#2188 in Magic Beans

Download history 510/week @ 2024-04-30 1122/week @ 2024-05-07 842/week @ 2024-05-14 797/week @ 2024-05-21

3,271 downloads per month
Used in 5 crates (3 directly)

MIT/Apache

225KB
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

~11MB
~132K SLoC