Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A single-file, in-memory key-value store written in C with persistence, undo/redo support, and memory statistics. Ideal for small projects or scripts that need a fast, lightweight database.

Notifications You must be signed in to change notification settings

kinobau/mini-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

mini-kv

A single-file, in-memory key-value store written in C with persistence, undo/redo support, and memory statistics. Ideal for small projects or scripts that need a fast, lightweight database.

About

A single-file, in-memory key-value store written in C with persistence, undo/redo support, and memory statistics. Ideal for small projects or scripts that need a fast, lightweight database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages