#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 397/week @ 2024-10-30 381/week @ 2024-11-06 299/week @ 2024-11-13 288/week @ 2024-11-20 234/week @ 2024-11-27 228/week @ 2024-12-04 349/week @ 2024-12-11 257/week @ 2024-12-18 237/week @ 2024-12-25 271/week @ 2025-01-01 343/week @ 2025-01-08 365/week @ 2025-01-15 261/week @ 2025-01-22 369/week @ 2025-01-29 372/week @ 2025-02-05 242/week @ 2025-02-12

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