Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ ExecutionResult
Interface
ExecutionResult
src/types/connector.ts:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
};
4
5
export
interface
ExecutionResult {
6
rawResult: RawResult[];
7
affectedRows?: number;
8
error?: string;
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected