UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine, a simple, fast, and lightweight key/value database supporting JSON as its primary storage format.
UnQLite is an embedded NoSQL database engine that provides a standard Key/Value store, as well as a Document Store with support for JSON documents. Some key features of UnQLite include:
UnQLite excels for embedded applications that need local storage or a document store with JSON support. Its small size, C library, and wide language support also make it easy to add high performance NoSQL capabilities to existing software.
Here are some alternatives to UnQLite:
Suggest an alternative ❐