Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mathaou/termdbms
/ SQLite
Struct
SQLite
database/sqlite.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
SQLite
struct
{
11
FileName string
12
Database *sql.DB
13
}
14
15
func
(db *SQLite) Update(q *Update) {
16
protoQuery, columnOrder := db.GenerateQuery(q)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected