Is there a way to export an existing table from postgresql database to a new table in a new sqlite3 database ?
I have a table named table1 in a postgres db named db1 - need to export the table to a new sqlite3 db named db2 and table named table2.