https://github.com/ctsrc/kvr
An in-memory + append-only persistence key-value database with revision history.
https://github.com/ctsrc/kvr
Last synced: about 1 year ago
JSON representation
An in-memory + append-only persistence key-value database with revision history.
- Host: GitHub
- URL: https://github.com/ctsrc/kvr
- Owner: ctsrc
- License: isc
- Created: 2021-06-22T17:23:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T02:11:21.000Z (over 2 years ago)
- Last Synced: 2024-10-31T15:53:57.694Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kvr
[](https://crates.io/crates/kvr) [](https://docs.rs/kvr/)
An in-memory + append-only persistence key-value database with revision history.
Work in progress.