Different database
it-werxdotca opened this issue · 4 comments
it-werxdotca commented
Can there be more databases to be used? Like MariaDB, Mysql...
Hasnayeen commented
not sure what you mean. the app currently use mysql
nmindz commented
@it-werxdotca MySQL and MariaDB are mostly interchangeable. Also, Laravel/EloquentORM should work seamlessly with whatever DB you opt for, except if the application makes usage of distribution-specific SQL features.
AFAIK Goodwork only officially supports MySQL, but you may change the SQL driver from the .env
file at your own risk and test for yourself. Your mileage may vary, though.
SamJakob commented
I'm using it with PostgreSQL in production successfully.
nmindz commented
@Hasnayeen I guess this issue may be closed.