-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI does not support db:create and db:drop for MariaDB #1236
Comments
Hey @pbstriker38, any updates on this or a workaround? I'm facing exactly this issue. |
Hey @jerptrs . It's an extremely simple fix as you can see in the PR. The maintainers of this repo seem to be unresponsive though. We've pretty much abandoned using sequelize at this point. Easiest workaround would be to just use a different tool to create and drop your DB. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@pbstriker38 Any news on this? I'd really welcome this feature or a workaround. |
@drazenbebic No news. It's up to the maintainers. |
Feature Description
The Sequelize CLI does not support db:create or db:drop for MariaDB. The syntax is identical to MySQL so it's an easy addition.
Is your feature request related to a problem? Please describe.
I can't create the database with the CLI.
Describe the solution you'd like
Allow db:create and db:drop to be used with the
mariadb
dialectWhy should this be in Sequelize
Other dialects have these features
Describe alternatives/workarounds you've considered
Manually create the database by logging on to the server.
Feature Request Checklist
Is this feature dialect-specific?
Would you be willing to implement this feature by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: