Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
database.h File Reference

Thread-safe SQLite database wrapper with migration support. More...

#include <cstddef>
#include <filesystem>
#include <functional>
#include <mutex>
#include <string_view>
Include dependency graph for database.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Thread-safe SQLite database wrapper with migration support.

Internal to librentropic-storage.so. Wraps sqlite3 with mutex serialization and a sequential migration runner.

Version
1.8.8

Definition in file database.h.