Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ GetDB
Method
GetDB
backend/store/store.go:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(s *Store) GetDB() *sql.DB {
114
return
s.dbConnManager.GetDB()
115
}
116
117
// DeleteCache deletes the cache.
118
func
(s *Store) DeleteCache() {
Callers
15
CreateRelease
Method · 0.95
ListReleases
Method · 0.95
UpdateRelease
Method · 0.95
ListReleaseCategories
Method · 0.95
CreateChangelog
Method · 0.95
UpdateChangelog
Method · 0.95
ListChangelogs
Method · 0.95
getWorkspace
Method · 0.95
GetWorkspaceByID
Method · 0.95
CreateWorkspace
Method · 0.95
UpdateWorkspace
Method · 0.95
DeleteWorkspace
Method · 0.95
Calls
1
GetDB
Method · 0.65
Tested by
no test coverage detected