Expand description
SQLite-backed SessionStore.
Single-file durable backend suitable for self-hosted deployments and
the TUI’s persistent session DB. Schema versioning is intentionally
minimal — one schema_version table; future migrations bump the
version and run guarded ALTERs. The Postgres backend (issue #2500)
follows the same shape so consumers can swap by config.