cdk-sqlite

Crates.iocdk-sqlite
lib.rscdk-sqlite
version0.10.1
sourcesrc
created_at2024-06-29 11:29:07.174156+00
updated_at2025-06-15 10:19:28.191799+00
descriptionSQLite storage backend for CDK
homepagehttps://github.com/cashubtc/cdk
repositoryhttps://github.com/cashubtc/cdk.git
max_upload_size
id1287339
size214,816
(thesimplekid)

documentation

README

CDK SQLite

crates.io Documentation MIT licensed

ALPHA This library is in early development, the API will change and should be used with caution.

SQLite storage backend implementation for the Cashu Development Kit (CDK).

Features

The following crate feature flags are available:

Feature Default Description
wallet Yes Enable cashu wallet features
mint Yes Enable cashu mint wallet features
sqlcipher No Enable encrypted database

Installation

Add this to your Cargo.toml:

[dependencies]
cdk-sqlite = "*"

Minimum Supported Rust Version (MSRV)

This crate supports Rust version 1.75.0 or higher.

To build and test with the MSRV you will need to pin the below dependency versions:

cargo update -p half --precise 2.2.1
cargo update -p home --precise 0.5.5
cargo update -p tokio --precise 1.38.1
cargo update -p serde_with --precise 3.1.0
cargo update -p reqwest --precise 0.12.4

License

This project is licensed under the MIT License.

Commit count: 0

cargo fmt