Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
362 views
in Q2A Core by
Any PostgreSQL support?

1 Answer

+1 vote
by
We don't have any plans for official PostgreSQL support, sorry.

However, you could try it out yourself by updating qa-include/qa-db.php to use the PHP pgsql_* functions instead of the mysqli ones. There are only a few occurrences in that file and nowhere else.

I don't think there is anything MySQL specific in the queries themselves, so those should all work fine in Postgres.
...