[sqlite] convert a PostgreSQL to sqlite

2015-07-05 Thread c.bu...@posteo.jp
Is there a way (free, open source, Ubuntu) to convert a PostgreSQL-database with data in it to a sqlite database?

[sqlite] convert a PostgreSQL to sqlite

2015-07-06 Thread c.bu...@posteo.jp
On 2015-07-05 17:40 Jim Callahan wrote: > Are you using an PostgreSQL add-ins such as "PostGIS" or an object > relational mapper? I know nothing about GIS. I access the db with SQLAlchemy in Python3.