Standalone single-file memory system.
Memory is a connection to a single db file (like SQLite): entries,
aliases, and an inverted index all live in one place. v1 is in-RAM only;
persistence and dump/load land in later phases.
Standalone single-file memory system.
Memory is a connection to a single db file (like SQLite): entries,
aliases, and an inverted index all live in one place. v1 is in-RAM only;
persistence and dump/load land in later phases.