Skip to main content

Module sqlite_migration

Module sqlite_migration 

Source
Expand description

JSON → SQLite migration for existing memory data.

One-time migration from the file-based StateStore to the SQLite memory.db. Runs automatically on first launch after upgrade. Original JSON files are preserved (not deleted).

Structs§

MigrationReport
Migration report.

Functions§

migrate_json_to_sqlite
Execute the JSON → SQLite migration.