pickdb
PickDB is an open-source, lightweight, and fast key-value store designed for embedded systems and IoT devices. It is written in C and is optimized for performance and minimal memory usage, making it suitable for resource-constrained environments. PickDB supports various data types, including strings, integers, and binary data, and provides a simple API for basic operations such as set, get, and delete.
One of the key features of PickDB is its persistence mechanism, which allows data to be stored
PickDB is designed to be easy to integrate into existing projects, with a minimal set of dependencies
PickDB is maintained by a small team of developers and contributors, and it has a growing community