Expand description
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.
Structs§
- Entry
- Memory
- Memory connection.
open(path)is persistent (auto-flushes everyapplyvia atomic write);new()is in-RAM only. - Search
Hit
Enums§
- Entry
Kind - Error
- Op
- Write operations.
Updaterewrites content and aliases but preserveskind— an archive stays an archive for life. UseRemove+Addto change kind.