I just want to know 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
|
I just want to know 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
| ||||
|
feedback
|
|
There is a project called approcket that synchronizes Google App Engine datastore and a local MySQL database. Maybe you should have a look. | |||
|
feedback
|
|
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. | |||||||
feedback
|