miden-node-db 0.15.0-rc.2

Shared database capabilities for Miden node
Documentation

Miden node DB

db contains shared SQLite database infrastructure for the Miden node workspace. It is part of the Miden node repository.

Role

This crate provides database connection management, transaction helpers, schema verification, and migration infrastructure shared by node services that persist local state.

It is an implementation crate used by binaries and component crates, not a standalone operator entry point.

License

This project is MIT licensed.