Module db_schema

Module db_schema 

Source
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.