Expand description
SQLite storage backend.
Provides connection management, schema migrations, and typed CRUD operations for all Brain data:
- Episodes (conversations)
- Semantic facts (user model, extracted knowledge)
- Sessions (conversation grouping)
Structs§
- Exported
Episode - An episodic memory entry for export/import operations.
- Exported
Fact - A semantic fact for export/import operations.
- Notification
- A notification queued for delivery to the user.
- Scheduled
Intent - Persisted scheduling intent (persist-only mode, no internal runtime).
- Sqlite
Pool - Thread-safe SQLite connection wrapper.
Enums§
- Sqlite
Error - Errors from the SQLite storage layer.