Expand description
Main engine entry point for claw-core.
ClawEngine is the primary handle through which callers interact with the
embedded SQLite database. It owns the SQLx connection pool, an internal LRU
cache for MemoryRecords, applies migrations on startup (when
auto_migrate is enabled), and exposes methods for interacting with the
various store modules.
Structs§
- Claw
Engine - The main entry point for claw-core.
- Claw
Stats - Comprehensive runtime statistics for a
ClawEngineinstance. - DbStats
- Database-level statistics for a
ClawEngineinstance.