csv-to-sql-insert icon indicating copy to clipboard operation
csv-to-sql-insert copied to clipboard

Fixes #61

Open therollingambit opened this issue 1 year ago • 0 comments

  • 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)

therollingambit avatar Dec 24 '23 13:12 therollingambit