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 optional setup.py dependencies for different databases #4

Closed simonw closed 5 years ago

simonw commented 5 years ago

So you can run eg pip install db-to-sqlite[mysql]

Adding unit tests that exercise various databases in CI would be good too.