games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
482 stars 119 forks source link

PostgreSQL support #1182

Open 0xFEEDC0DE64 opened 3 months ago

0xFEEDC0DE64 commented 3 months ago

Is your feature request related to a problem? Please describe.

I do not have a mysql server, but instead I am running a highly available postgresql cluster already with automated backups and restoring options. FastLogin either forces me to use sqlite or mysql, and I dont like any of those two options.

Describe the solution you'd like

Instead of only mysql support, also support postgresql like AuthMe already does

Describe alternatives you've considered

No response

Platform

All / Shared

Relevance