Module db

Module db 

Source
Expand description

SQLite database layer for OpenMemory

This module provides the database abstraction layer using rusqlite. It handles schema creation, migrations, and all CRUD operations.

Structsยง

Database
Database wrapper providing thread-safe access to SQLite