You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the db-drawer tool, I noticed a discrepancy in the commands provided for running the tool with Sequelize and Mongoose.
For Sequelize, the command is: npx db-drawer s
However, for Mongoose, the command is:
npx db-draw m
The inconsistency in the commands could lead to confusion for users, especially those new to the tool. To improve clarity and consistency, I suggest aligning the commands for both Sequelize and Mongoose usage.
Proposed Solution:
Update the command for Mongoose usage to match the format used for Sequelize, like so:
npx db-drawer m
This adjustment will enhance user experience and ensure consistency across the tool's functionality.
You can refer below:
The text was updated successfully, but these errors were encountered:
Congratulations, @kvdevlopment! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Description:
While using the db-drawer tool, I noticed a discrepancy in the commands provided for running the tool with Sequelize and Mongoose.
For Sequelize, the command is:
npx db-drawer s
However, for Mongoose, the command is:
npx db-draw m
The inconsistency in the commands could lead to confusion for users, especially those new to the tool. To improve clarity and consistency, I suggest aligning the commands for both Sequelize and Mongoose usage.
Proposed Solution:
Update the command for Mongoose usage to match the format used for Sequelize, like so:
npx db-drawer m
This adjustment will enhance user experience and ensure consistency across the tool's functionality.
You can refer below:
The text was updated successfully, but these errors were encountered: