db-to-sqlite icon indicating copy to clipboard operation
db-to-sqlite copied to clipboard

Constraint Issue

Open fwt-parth-jariwala opened this issue 1 year ago • 0 comments
trafficstars

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

fwt-parth-jariwala avatar Apr 10 '24 12:04 fwt-parth-jariwala