-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Currently VotingPlugin only supports the existing database backends (e.g., MySQL / SQLite — whatever is currently supported). Many server operators and host providers standardize on PostgreSQL, and some managed hosting platforms provide PostgreSQL as the preferred or only relational DB. Without PostgreSQL support, users who rely on PostgreSQL must run an extra database service or convert data, reducing adoption and making maintenance harder. I'm frequently frustrated when a plugin I want to use has no PostgreSQL option and I need to provision another DB. (Also PostgreSQL a little bit more performance)
Add PostgreSQL support as an optional, configurable database backend for VotingPlugin.