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

Add a button to import data file from user's pc #8

Closed janvi01 closed 11 months ago

janvi01 commented 1 year ago

Is your feature request related to a problem? Please describe. Just like the result can be exported in CSV format in our web app now, there should be a way to import data also.

Describe the solution you'd like Add an import button that on clicks prompts the user to their local files. The styling would be the same as the export button and needs to be added below the editor beside the available tables button. There is no need to add further functionality, just UI as of now.

Add a button having an icon and "Import" that on clicks prompts the user to their local files.

Screenshot 2023-10-11 at 11 11 12 PM
Yogeshp0012 commented 1 year ago

Can I work on this?

janvi01 commented 1 year ago

Yes, @Yogeshp0012 assigned.