Hasnayeen/invobook

Different database

it-werxdotca opened this issue · 4 comments

Can there be more databases to be used? Like MariaDB, Mysql...

not sure what you mean. the app currently use mysql

@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.

I'm using it with PostgreSQL in production successfully.

@Hasnayeen I guess this issue may be closed.