| Crates.io | miden-client-sqlite-store |
| lib.rs | miden-client-sqlite-store |
| version | 0.12.6 |
| created_at | 2025-11-10 12:58:54.836897+00 |
| updated_at | 2026-01-09 17:38:30.067777+00 |
| description | SQLite-backed Store implementation for miden-client |
| homepage | |
| repository | https://github.com/0xMiden/miden-client |
| max_upload_size | |
| id | 1925457 |
| size | 257,616 |
SQLite-backed Store implementation for the Miden client. This crate provides a production‑ready
persistence layer for std environments using SQLite (via rusqlite) with a small in‑memory
MerkleStore cache for fast proof queries.
Add to Cargo.toml:
miden-client = { version = "0.12" }
miden-client-sqlite-store = { version = "0.12" }
This project is licensed under the MIT License. See the LICENSE file for details.