Modules§
- db
- Public API for db operations. Dispatches automatically over IPC to the real
implementations in
ipc::dispatch::db. - graph
- Represents a graph: user’s main local knowledge graph, other graphs of the user, graphs shared with the user, or general resource library graph.
- node
- pc_
settings - Persistent configuration for PC settings. Provides serialization and deserialization to a file in the app’s cache directory.
- user
- User management: creation, deletion, login, metadata. This tries to lock the user during write operations so it won’t end up in inconsistent states, etc. but that doesn’t currently seem to work reliably.