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

SqliteStorageBackend — conversation persistence via SQLite. More...

#include <entropic/storage/database.h>
#include <entropic/storage/records.h>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for backend.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::SqliteStorageBackend
 SQLite-based storage backend. More...
 

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Detailed Description

SqliteStorageBackend — conversation persistence via SQLite.

Internal to librentropic-storage.so. Wraps SqliteDatabase with higher-level operations: conversation CRUD, delegation storage, full-text search, compaction snapshots, and statistics.

Version
1.8.8

Definition in file backend.h.