Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/store-sqlite / / SESSION_TABLE_EXEMPTIONS

Variable: SESSION_TABLE_EXEMPTIONS

ts
const SESSION_TABLE_EXEMPTIONS: Readonly<Record<string, string>>;

Defined in: packages/store-sqlite/src/session-store.ts:503

Session-column-bearing tables intentionally NOT in SESSION_SCOPED_PURGES, each with the reason erasure is still complete. Consumed by the completeness gate test.

Stable