How to export SQLite datas into PostgreSQL (same table structure)
Posted: Tue 11 Aug 2015 16:08
Hello,
I need to transfert SQLite datas into PostgreSQL.
Both database does have the same table structure, fields names, fields type...
When dumping SQLite Database (TUniDump), Boolean fields value are exported as integer values. SQL script cannot be executed under PostgreSQL as boolean fields should be exported as TRUE or FALSE.
In my case, dump sounds not like the way to go. What will you advise me ?
I need to transfert SQLite datas into PostgreSQL.
Both database does have the same table structure, fields names, fields type...
When dumping SQLite Database (TUniDump), Boolean fields value are exported as integer values. SQL script cannot be executed under PostgreSQL as boolean fields should be exported as TRUE or FALSE.
In my case, dump sounds not like the way to go. What will you advise me ?