MCPcopy
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
10type SQLite struct {
11 FileName string
12 Database *sql.DB
13}
14
15func (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