-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Add db:create and db:drop tasks #70
Comments
Hi Cesar, I agree :) In fact I actually created a ticket for that some time ago (as you have already seen). https://github.com/sequelize/cli/blob/master/lib/tasks/db.js#L81 |
Oh, I completely forgot about that. I'll take a look, sounds good. |
Would love this. Does a ticket need to be opened at |
Hm, could not harm, though this ticket might be good enough already |
+1 |
PRs are welcome :) |
+1 |
7 similar comments
+1 |
👍 |
+1 |
+1 |
+1 |
+1 |
+1 |
@joost @Catchpowle @anthony-ism |
Has anything been done on adding these? At present this is the only thing(s) stopping me from using sequelize in my companies project. |
I also think that this feature would be very helpful. |
Hahaha.. I also would love to see this feature. 👍 |
+1 |
1 similar comment
+1 |
+1 |
@Kae2312 are you just randomly commenting +1 on issues :), its already available in v3.0 |
@sushantdhiman I think the command |
|
@itsashis4u There is an issue for this problem: #629. @juliocanares There is an issue for this problem: #599 |
Return an error from askForConfigInfo instead of using panic
I come from a Rails background and think it'd be pretty convenient to have
sequelize db:create
andsequelize db:drop
as part of the cli.Since I only use Postgres I wrote two scripts to achieve this and published it under sequelize-migration-pg-extras.
If you could give some advice on how to go about adding native support, I'd be willing to try writing a PR.
The text was updated successfully, but these errors were encountered: