Crate bdk_sqlite

Source
Expand description

§BDK SQLite

This is a simple SQLite relational database client for persisting bdk_chain changesets.

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

Re-exports§

pub use rusqlite;

Structs§

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

Enums§

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