mercredi 3 juin 2015

convert postgres dump file to sqlite file

I ever use pg_dump command to generate a file from the whole database which include some tables from postgresql

pg_dump -h <my postgres host> -U <my user name> -Fc <my database name> > pg.dump

and then, I want to convert this pg.dump file to pg.sqlite, but I dont know how to do it ..

could anybody help me? please ..

Aucun commentaire:

Enregistrer un commentaire