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

Support compound primary keys #26

Closed simonw closed 4 years ago

simonw commented 4 years ago

These are deliberately not supported here:

https://github.com/simonw/db-to-sqlite/blob/045cbee1be08e660356b4958877aa29716ae5a8f/db_to_sqlite/cli.py#L71-L78

I think that's because sqlite-utils didn't support them - but it gained support for them in 1.5: https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-5