csvs-to-sqlite icon indicating copy to clipboard operation
csvs-to-sqlite copied to clipboard

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

Open chrismp opened this issue 6 years ago • 1 comments

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

chrismp avatar Jun 29 '19 18:06 chrismp

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

simonw avatar Jul 03 '19 04:07 simonw

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

chrismp avatar Sep 13 '23 21:09 chrismp