Crates.io | bdk_sqlite |
lib.rs | bdk_sqlite |
version | 0.2.0 |
source | src |
created_at | 2024-05-28 00:03:43.907346 |
updated_at | 2024-06-15 03:02:44.260031 |
description | A simple SQLite relational database client for persisting bdk_chain data. |
homepage | |
repository | https://github.com/bitcoindevkit/bdk |
max_upload_size | |
id | 1253861 |
size | 40,345 |
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.