Crate bdk_sqlite

source ·
Expand description

§BDK SQLite

This is a simple SQLite relational database schema backed implementation of PersistBackend.

The main structure is Store which persists bdk_persist CombinedChangeSet data into a SQLite database file.

Re-exports§

Structs§

  • Persists data in to a relational schema based SQLite database file.

Enums§

  • Error that occurs while reading or writing change sets with the SQLite database.