MCPcopy
hub / github.com/graphile/starter / DbSession

Interface DbSession

@app/server/src/middleware/installPassportStrategy.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { getRootPgPool } from "./installDatabasePools";
5
6interface DbSession {
7 uuid: string;
8 user_id: string;
9 created_at: Date;
10 last_active: Date;
11}
12
13export interface UserSpec {
14 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected