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
97 stars 122 forks source link

Add TypeScript to this project. #1

Closed gitdagray closed 10 months ago

gitdagray commented 10 months ago

Add TypeScript to this project.

Diwanshumidha commented 10 months ago

Can I take this and add typescript support to the project

Maanu07 commented 10 months ago

I would also like to support this typescript feature if possible.