MySQL / MariaDB database support #867
Smankusors
started this conversation in
Feature requests
Replies: 1 comment
-
There are currently no plans to support MySQL or MariaDB. It's true that the Laravel ORM is database-agnostic, but for the dashboard and reports we use advanced SQL queries which can not be done with only the ORM. We also use conditional indexes which are not supported by MySQL which might be why the migrations fail as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Solidtime currently only supports PostgreSQL. Since it's built with Laravel, I expected it to be database-agnostic enough to run on MySQL, but that's not the case. The migrations fail, and even after patching them, the runtime relies on raw PostgreSQL stuffs 😢.
Are there any plans to support MySQL or MariaDB in the future?
Beta Was this translation helpful? Give feedback.
All reactions