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

Removed index.js from root dir #38

Open Maanu07 opened 9 months ago

Maanu07 commented 9 months ago

Fixes Issue 36

Removed the index.js file from the root directory as it seems unnecessary. I removed it before but someone might have added it by mistake.