Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantumNous/new-api
/ MainDatabaseType
Function
MainDatabaseType
common/database.go:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
var
logDatabaseType = DatabaseTypeSQLite
14
15
func
MainDatabaseType() DatabaseType {
16
return
mainDatabaseType
17
}
18
19
func
LogDatabaseType() DatabaseType {
20
return
logDatabaseType
Callers
3
GetSetup
Function · 0.92
initModelListColumnNames
Function · 0.92
InitLogDB
Function · 0.92
Calls
no outgoing calls
Tested by
1
initModelListColumnNames
Function · 0.74