MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Datasource

Struct Datasource

database/db.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type Datasource struct {
39 Conn *sql.DB
40 Cache cache.Cache
41}
42
43// Close closes the underlying database connection pool.
44func (d *Datasource) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected