Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ Update
Method
Update
database/query.go:27–27 ·
view source on GitHub ↗
(q *Update)
Source
from the content-addressed store, hash-verified
25
26
type
Database
interface
{
27
Update(q *Update)
28
GenerateQuery(u *Update) (string, []string)
29
GetPlaceholderForDatabaseType() string
30
GetFileName() string
Callers
1
ProcessSqlQueryForDatabaseType
Function · 0.65
Implementers
1
SQLite
database/sqlite.go
Calls
no outgoing calls
Tested by
no test coverage detected