Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ Query
Interface
Query
database/query.go:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
type
Query
interface
{
22
GetValues()
map
[string]
interface
{}
23
SetValues(
map
[string]
interface
{})
24
}
25
26
type
Database
interface
{
27
Update(q *Update)
Callers
3
Update
Method · 0.65
GenerateQuery
Method · 0.65
ProcessSqlQueryForDatabaseType
Function · 0.65
Implementers
1
Update
database/query.go
Calls
no outgoing calls
Tested by
no test coverage detected