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

Implemented SQL code preview feature for user confirmation before saving #28

Open divinejohn1976 opened 9 months ago

gitdagray commented 9 months ago

Let's go back to my reply here https://github.com/gitdagray/csv-to-sql-insert/issues/12

I think we can discuss this as an optional feature. Also ensure you pull the latest version of the repo. Thanks for contributing!!