Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ QueryHistory
Interface
QueryHistory
src/store/query.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
interface
QueryHistory {
14
context: ExecuteQueryContext;
15
createdAt: Timestamp;
16
}
17
18
interface
QueryState {
19
showDrawer: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected