gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
99 stars 120 forks source link

Updated the readme file with necessary command to run the application #18

Closed Maanu07 closed 9 months ago

Maanu07 commented 9 months ago

Fixes Issue 17

What

Updated the readme file with necessary script commands to install dependencies and run the application.

gitdagray commented 9 months ago

Thank you!