MCPcopy
hub / github.com/dnote/dnote / DB

Struct DB

pkg/cli/database/sql.go:46–49  ·  view source on GitHub ↗

DB contains information about the current database connection

Source from the content-addressed store, hash-verified

44
45// DB contains information about the current database connection
46type DB struct {
47 Conn SQLCommon
48 Filepath string
49}
50
51// Begin begins a transaction
52func (d *DB) Begin() (*DB, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected