How to set Postgres as the default db ?
Solved
SnappyMail
-
For postgres to work, the app package needs to enable the postgres addon first, however this also means that on update, the apps will lose all their data. Generally sqlite is quite efficient these days, so unless there is a strong reason to switch database, its probably better to stick with sqlite.
-