mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-16 22:01:19 +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