Support MySQL Databases
Currently, synapse-diaspora-auth
only supports Postgres as the database engine. We should support MySQL too as there are many pods using MySQL as it's backend.
Currently, synapse-diaspora-auth
only supports Postgres as the database engine. We should support MySQL too as there are many pods using MySQL as it's backend.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
The way I see it implemented is this:
the module should first check which engine to use from the config file, then load the required vars from it. Have Exception
and connection
using the respective engine. The query shouldn't change. And if it needs to, a simple if
clause would work.