|
Entropic 2.3.8
Local-first agentic inference engine
|
Thread-safe SQLite database wrapper with migration support. More...
#include <cstddef>#include <filesystem>#include <functional>#include <mutex>#include <string_view>

Go to the source code of this file.
Classes | |
| class | entropic::SqliteDatabase |
| Thread-safe SQLite database wrapper. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Thread-safe SQLite database wrapper with migration support.
Internal to librentropic-storage.so. Wraps sqlite3 with mutex serialization and a sequential migration runner.
Definition in file database.h.