Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ UseEmbedDB
Method
UseEmbedDB
backend/component/config/profile.go:62–64 ·
view source on GitHub ↗
UseEmbedDB returns whether to use embedDB.
()
Source
from the content-addressed store, hash-verified
60
61
// UseEmbedDB returns whether to use embedDB.
62
func
(prof *Profile) UseEmbedDB() bool {
63
return
len(prof.PgURL) == 0
64
}
65
66
var
saasFeatureControlMap =
map
[string]bool{}
67
Callers
2
NewServer
Function · 0.80
start
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected