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

Interface Database

src/types/database.ts:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Id } from ".";
2export interface Database {
3 connectionId: Id;
4 name: string;
5 schemaList: Schema[];
6}
7
8export interface Table {
9 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected