MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Schema

Interface Schema

src/types/database.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 token?: number;
14}
15export interface Schema {
16 name: string;
17 tables: Table[];
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected