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

Multiple Postgres Schemas? #39

Open philipbaileynar opened 2 years ago

philipbaileynar commented 2 years ago

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?