#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 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 156/week @ 2024-09-19 285/week @ 2024-09-26 298/week @ 2024-10-03 314/week @ 2024-10-10 292/week @ 2024-10-17 263/week @ 2024-10-24 367/week @ 2024-10-31 373/week @ 2024-11-07

1,349 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