Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mathaou/termdbms
/ GetDatabaseReference
Method
GetDatabaseReference
database/sqlite.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(db *SQLite) GetDatabaseReference() *sql.DB {
54
return
db.Database
55
}
56
57
func
(db *SQLite) CloseDatabaseReference() {
58
db.GetDatabaseReference().Close()
Callers
2
Update
Method · 0.95
CloseDatabaseReference
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected