brysontyrrell/PatchServer

Allow patch data to be stored in external Database

Opened this issue · 0 comments

It would be great to be able to store the patch server data (the info about the patches) in an external database so that the database can be separated from the application.

My preference would be MySQL/MariaDB or MongoDB. It looks like PatchServer currently uses SQLite, so I think MySQL/MariaDB would be the easier solution.

PostgreSQL is also an option.