MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / DB

Struct DB

internal/db/db.go:19–21  ·  view source on GitHub ↗

DB wraps an SQLite connection.

Source from the content-addressed store, hash-verified

17
18// DB wraps an SQLite connection.
19type DB struct {
20 conn *sql.DB
21}
22
23// QueryHistory is a single history entry.
24type QueryHistory struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected