Expand description
Database schema definitions and migration logic.
This module contains the complete SQLite schema for SaveContext, ported from the TypeScript MCP server’s schema.sql.
Constants§
- CURRENT_
SCHEMA_ VERSION - Current schema version for migration tracking.
- SCHEMA_
SQL - The complete SQL schema for the SaveContext database.
Functions§
- apply_
schema - Apply the schema to the database.