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

Add table name pattern option #41

Open sgraaf opened 2 years ago

sgraaf commented 2 years ago

Added option for selecting tables to copy by a (regex) pattern. Closes #40.