#persistence #wallet #bitcoin #database

yanked 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 160/week @ 2024-08-02 183/week @ 2024-08-09 178/week @ 2024-08-16 162/week @ 2024-08-23 116/week @ 2024-08-30 130/week @ 2024-09-06 92/week @ 2024-09-13 180/week @ 2024-09-20 296/week @ 2024-09-27 312/week @ 2024-10-04 304/week @ 2024-10-11 283/week @ 2024-10-18 277/week @ 2024-10-25 390/week @ 2024-11-01 341/week @ 2024-11-08 254/week @ 2024-11-15

1,302 downloads per month

MIT/Apache

215KB
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
~136K SLoC