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

Update readme file with new command line syntax to specify rows per insert #40

Open ahmad-511 opened 9 months ago

ahmad-511 commented 9 months ago

Included the new syntax for batch insert npm start YourFileName RowsPerInsert