simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
370 stars 29 forks source link

Is it possible to create PostgreSQL views in the SQLite database? #48

Open timwilson opened 1 year ago

timwilson commented 1 year ago

I just tried the tool, and it worked perfectly except for the views I had in my PostgreSQL database. They don't seem to be present in the SQLite database. Is it possible to make that work?