Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
337 stars 80 forks source link

PGSQL support #113

Closed alsoGAMER closed 5 years ago

alsoGAMER commented 5 years ago

Add the support for pgsql databases and use redis for caching

Wruczek commented 5 years ago

For PSQL, we use Medoo as a PDO wrapper and it supports PSQL. So technically, you should be able to use PSQL by modifying private/dbconfig.php and setting:

"database_type" => "mysql"

to

"database_type" => "pgsql"

As for the official, out-of-the-box support for both PSQL and Redis, I don't see any benefits in that

PSQL:

Redis:

Wruczek commented 5 years ago

No response after 7 days, closing