simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
368 stars 28 forks source link

--all --skip multiple option #3

Closed simonw closed 5 years ago

simonw commented 5 years ago

So you can import a whole database except for one or more tables (eg django_migrations)

simonw commented 5 years ago

Should probably make --table usable multiple times too.

simonw commented 5 years ago

Implemented in https://github.com/simonw/db-to-sqlite/commit/947b88110fe72d61b856408df7eb0e99c29ff508