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?
If I run something like this
csvs-to-sqlite some-data.csv database.dbHow do I make the script skip this command if table 'some-data' already exists?