MCPcopy Create free account
hub / github.com/QuantumNous/new-api / SetMainDatabaseType

Function SetMainDatabaseType

common/database.go:23–25  ·  view source on GitHub ↗
(databaseType DatabaseType)

Source from the content-addressed store, hash-verified

21}
22
23func SetMainDatabaseType(databaseType DatabaseType) {
24 mainDatabaseType = databaseType
25}
26
27func SetLogDatabaseType(databaseType DatabaseType) {
28 logDatabaseType = databaseType

Calls

no outgoing calls