csv-to-sql-insert
csv-to-sql-insert copied to clipboard
Fixes #61
- Updating path in createIfNot resolves the bug to create sql folder in root directory if not exists
- Allow multiple file names to be input in npm start command and output multiple sql files (i.e npm start ExampleTable ExampleTable2 ExampleTable3 will create .sql files for each file name)