An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# kvr

[![Crates.io](https://img.shields.io/crates/v/kvr.svg)](https://crates.io/crates/kvr) [![Docs.rs](https://docs.rs/kvr/badge.svg)](https://docs.rs/kvr/)

An in-memory + append-only persistence key-value database with revision history.

Work in progress.