mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
postgres working
This commit is contained in:
@@ -38,6 +38,8 @@ func getCurrentDB() map[string]interface{} {
|
||||
return RQLITE_FUNCTIONS
|
||||
case "sqlite":
|
||||
return SQLITE_FUNCTIONS
|
||||
case "postgres":
|
||||
return PG_FUNCTIONS
|
||||
default:
|
||||
return SQLITE_FUNCTIONS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user