An embedded, in-memory, immutable, copy-on-write database engine designed for high-performance read workloads.
# Cargo.toml
[dependencies]
echodb = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a database, writes a key-value pair, and commits the transaction.
Implement custom persistence or use a different database for durable storage.
No dependency data recorded yet.