#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 298/week @ 2024-11-15 310/week @ 2024-11-22 192/week @ 2024-11-29 296/week @ 2024-12-06 313/week @ 2024-12-13 234/week @ 2024-12-20 238/week @ 2024-12-27 310/week @ 2025-01-03 335/week @ 2025-01-10 395/week @ 2025-01-17 246/week @ 2025-01-24 411/week @ 2025-01-31 300/week @ 2025-02-07 341/week @ 2025-02-14 337/week @ 2025-02-21 335/week @ 2025-02-28

1,414 downloads per month

MIT/Apache

230KB
4K 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
~137K SLoC