Crates.io | bdk_file_store |
lib.rs | bdk_file_store |
version | |
source | src |
created_at | 2023-03-01 00:47:39.640463 |
updated_at | 2024-12-12 02:35:23.062949 |
description | A simple append-only flat file database for persisting bdk_chain data. |
homepage | |
repository | https://github.com/bitcoindevkit/bdk |
max_upload_size | |
id | 797625 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
⚠
bdk_file_store
is a development/testing database. It does not natively support backwards compatible BDK version upgrades so should not be used in production.
This is a simple append-only flat file database for persisting bdk_chain
changesets.
The main structure is [Store
] which works with any bdk_chain
based changesets to persist data into a flat file.