Skip to content

Graphorin API reference v0.7.0


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:438

Declarative registry of every session-scoped CONTENT surface the session hard-delete cascade purges (W-029/W-060). 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.

Stable