Files
cdk/crates/cdk-redb
tsk 6fe65553a3 fix(database): add parent directory validation before database creation (#1161)
- Add work directory creation check in cdk-cli main
- Add parent directory existence validation in cdk-redb wallet database
- Add parent directory check in cdk-sqlite connection manager
- Add IO error variant to cdk-redb error types for better error handling
2025-10-07 15:19:14 +02:00
..
2025-09-13 11:12:00 +01:00
2025-06-21 10:32:26 +01:00

CDK Redb

crates.io Documentation MIT licensed

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

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

Features

This crate provides a Redb-based storage implementation for wallet functionality, including:

  • Wallet storage
  • Proof tracking
  • Transaction history

Installation

Add this to your Cargo.toml:

[dependencies]
cdk-redb = "*"

License

This project is licensed under the MIT License.