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

Multiple Postgres Schemas?

Open philipbaileynar opened this issue 3 years ago • 0 comments
trafficstars

Is it possible to export multiple postgres schemas? Ideally I would like to provide a comma separate list of schemas...

db-to-sqlite --all --progress --postgres-schema schema1,schema2,schema3 CONNECTION PATH

Or is there a workaround whereby I can repeat the export one schema at a time into the same SQLite database?

philipbaileynar avatar Feb 26 '22 21:02 philipbaileynar