Expand description
SQL schema definitions for database-backed session persistence.
These are always available (not feature-gated) so that tooling, migrations, and documentation can reference them regardless of runtime backend.
Constantsยง
- POSTGRES_
SCHEMA - SQL migration for PostgreSQL.
- SQLITE_
SCHEMA - SQL migration for SQLite.