Other DBMS support

Any roadmap to using other DBMS like oracle and MSSQL?

Hi @Tech,

Not at this time. The path to supporting multiple database systems involves migrating to a true DB abstraction layer in the code, something that is very resource intensive (i.e. lots of development hours) and can be rather complex (i.e. not for the faint of heart). That’s really the biggest hurdle, once everything is abstracted to that layer it would be relatively straightforward. We did start migrating towards Doctrine about a year and a half ago, but it didn’t get very far.