Skip to main content

SQLITE_DDL_V4

Constant SQLITE_DDL_V4 

Source
pub const SQLITE_DDL_V4: &[(&str, &str)];
Expand description

SQLite DDL for the auth schema, version 4 — full OIDC provider.

Mirrors PG_DDL_V4 with BOOLEANINTEGER and DOUBLE PRECISIONREAL. JSON arrays (redirect_uris, default_scopes, scopes, …) ride in TEXT columns and round-trip via serde_json in the store layer — same convention auth.zanzibar_namespaces uses for schema_json.