Postgres-backed durable session store with tenant scoping and indexed lookup.
const store = PostgresSessionStore.fromEnv();await store.ensureSchema(); Copy
const store = PostgresSessionStore.fromEnv();await store.ensureSchema();
Static
Optional
Postgres-backed durable session store with tenant scoping and indexed lookup.
Example