janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
10 stars 17 forks source link

Feat: After Executing query, number of rows affected or count of rows should be displayed #50

Closed aditya-armal closed 9 months ago

aditya-armal commented 10 months ago

Is your feature request related to a problem? Please describe. Yes, after executing a query, users need a way to easily determine the number of rows affected or the count of rows returned.

Describe the solution you'd like I would like a button beside query took: 0ms button where, after executing a query, the application displays the number of rows affected or the count of rows returned. This information is valuable for users to understand the impact of their query and verify the success of the operation.

Describe alternatives you've considered An alternative could be manually checking the count or number of rows in the database, but having this information displayed immediately after query execution would streamline the process and enhance user experience.

Additional context This feature would provide users with quick feedback on the outcome of their executed queries, improving the usability of the application.

aditya-armal commented 10 months ago

Solution is ready, waiting for you to confirm to confirm this change. image

aditya-armal commented 9 months ago

@janvi01 @prash240303 can you please confirm this Issue, i have the solution ready to raise PR.