Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Id } from
"."
;
2
export
interface
Database {
3
connectionId: Id;
4
name: string;
5
schemaList: Schema[];
6
}
7
8
export
interface
Table {
9
name: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected