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

Constraint Issue #55

Open fwt-parth-jariwala opened 5 months ago

fwt-parth-jariwala commented 5 months ago

Hello, when i run following command: db-to-sqlite "postgresql://username:password@localhost/databaseName" databaseName.db \ --all It dump my database with all table but it does not copy all constraints. How can i copy all my constraints like unique, check, foreign key and all others?

I am running it on ubuntu 20.04