From 2c55faf71a87843f49e28bf22ed0f3e7da66984a Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Wed, 7 Jun 2023 11:56:26 +0300 Subject: [PATCH] add UnQLite and Vedis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9114bbf..3c4d51a 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [FlashDB](https://github.com/armink/FlashDB) - Ultra-lightweight database that supports key-value and time series data. * [PureDB](https://github.com/jedisct1/PureDB) - Portable and tiny set of libraries for creating and reading constant databases. +* [UnQLite](https://github.com/symisc/unqlite) - Embedded NoSQL, Transactional Database Engine. +* [Vedis](https://github.com/symisc/vedis) - Embedded Implementation of Redis (an embeddable datastore C library built with over 70 commands similar in concept to Redis but without the networking layer since Vedis run in the same process of the host application). ### Flash Memory