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

Interface ExecuteQueryContext

src/store/query.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Connection, Database, Id, Timestamp } from "@/types";
5
6interface ExecuteQueryContext {
7 connection: Connection;
8 database?: Database;
9 messageId?: Id;
10 statement: string;
11}
12
13interface QueryHistory {
14 context: ExecuteQueryContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected