Description
Stores structured data in main memory for applications that need a lightweight NoSQL-style database without a separate database server. It is useful for embedded systems, prototypes, fast temporary state, and software that controls its own data lifecycle.
This is a development library, not a desktop database manager. Because the database operates in RAM, applications must handle persistence, backups, and data loss risks according to their own design.