postgres working

This commit is contained in:
afeiszli
2021-10-08 13:11:31 -04:00
parent 638e139389
commit b61d415e9d
7 changed files with 223 additions and 2 deletions

View File

@@ -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
}