csvs-to-sqlite
csvs-to-sqlite copied to clipboard
Don't touch tables that already exist?
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?