simonw / csvs-to-sqlite

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

Add `--skip-existing-tables` command line flag #50

Closed chrismp closed 1 year ago

chrismp commented 5 years ago

Skip creation of table if the database contains a table with the same name.

simonw commented 5 years ago

If you rebase your tests may start passing - we had problems thanks to pytest 5.

chrismp commented 1 year ago

Gonna close my pull request because another programmer made something better. https://github.com/simonw/csvs-to-sqlite/pull/85