bdk/crates/sqlite/README.md

311 B

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.