Find Related products on Amazon

Shop on Amazon

LumoSQL

Published on: 2025-06-21 00:39:30

LumoSQL LumoSQL is a modification (not a fork) of the SQLite embedded data storage library, which is among the most-deployed software. We are currently in Phase II of the project. If you are reading this on GitHub you are looking at a read-only mirror. The master is always available at lumosql.org. LumoSQL adds security, privacy, performance and measurement features to SQLite. Benchmarking SQLite can test and compare results consistently across many kinds of system and configurations using the Not-forking tool. Example: Pluggable backends LumoSQL can swap back end key-value store engines in and out of SQLite. LMDB is the most famous (but not the only) example of an alternative key-value store, and LumoSQL can combine dozes of versions of LMDB and SQLite source code like this: In LumoSQL 0.4 there are three LumoSQL backends: the default SQLite Btree storage system LMDB the ancient Berkley Database We are looking at some interesting new development in key-value storage to add ... Read full article.