Search code examples
google-app-enginegoogle-cloud-datastore

Uploading and downloading the whole database from Google App Engine?


I just want to know if it is possible to download and upload the whole database from Google App Engine to a SQLite db, in case I want to transfer my app from Google App Engine to another server?

What is the chance?

Thank you!


Solution

  • There is a project called approcket that synchronizes Google App Engine datastore and a local MySQL database. Maybe you should have a look.