MCPcopy 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

13var logDatabaseType = DatabaseTypeSQLite
14
15func MainDatabaseType() DatabaseType {
16 return mainDatabaseType
17}
18
19func LogDatabaseType() DatabaseType {
20 return logDatabaseType

Callers 3

GetSetupFunction · 0.92
initModelListColumnNamesFunction · 0.92
InitLogDBFunction · 0.92

Calls

no outgoing calls

Tested by 1

initModelListColumnNamesFunction · 0.74