Bhanu-code / db-drawer

database schema visualization cli tool on localhost for node.js environment
https://www.npmjs.com/package/db-drawer
MIT License
9 stars 18 forks source link

Command Discrepancy: Sequelize vs. Mongoose in db-drawer Tool #54

Closed kvdevlopment closed 5 months ago

kvdevlopment commented 6 months ago

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: 2024-05-16 00_27_02-

github-actions[bot] commented 6 months ago

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

kvdevlopment commented 6 months ago

Hello @Bhanu-code

Sir, Please assign me this issue.

Bhanu-code commented 6 months ago

@kvdevlopment go ahead update the commands and docs as well

github-actions[bot] commented 5 months ago

Hello @kvdevlopment! Your issue #54 has been closed. Thank you for your contribution!