UnQLite alternatives
UnQLite is an in-process, self-contained NoSQL database engine that operates without a separate server. It supports both document store and key-value store functionalities, similar to MongoDB and Redis. The database is stored in a single file, making it easy to use and portable across different platforms.