Reputation: 6949
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!
Upvotes: 0
Views: 1115
Reputation: 29634
There is a project called approcket that synchronizes Google App Engine datastore and a local MySQL database. Maybe you should have a look.
Upvotes: 3
Reputation: 73752
In a related answer, I linked to the documentation for the bulk loader tool.
However you will be more interested in the rest of the document, especially the section on creating an exporter class for exportation of the data.
Upvotes: 0