Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/store-sqlite / / SESSION_SCOPED_PURGES
Variable: SESSION_SCOPED_PURGES
ts
const SESSION_SCOPED_PURGES: ReadonlyArray<SessionScopedPurge>;Defined in: packages/store-sqlite/src/session-store.ts:450
Stable
Declarative registry of every session-scoped CONTENT surface the session hard-delete cascade purges. The gate test in tests/erasure-cascade.test.ts diffs this list (plus SESSION_TABLE_EXEMPTIONS) against the live schema: a new table with a session column fails the suite until its author decides how erasure covers it.