simonw / csvs-to-sqlite

Convert CSV files into a SQLite database
Apache License 2.0
878 stars 69 forks source link

Don't touch tables that already exist? #91

Open chrismp opened 1 year ago

chrismp commented 1 year ago

If I run something like this

csvs-to-sqlite some-data.csv database.db

How do I make the script skip this command if table 'some-data' already exists?