You will probably need to convert the data for each table into CSV files and use the bulkload_client.py script that is present in the root directory of the google appengine SDK. You can look up online how to use it or run "python bulkload_client.py" to see the options.
Ian 2009/2/4 S.I <[email protected]> > > Hi, > > We have the application configured in our local server and store the > application data in SQLite database . I want to push the data from our > local SQLite database to Google App Engine datastore. I don't know how > to upload the SQLite data to Google App Engine datastore. > Kindly help me. > > > > > > -- ======================================= 株式会社ビープラウド イアン・ルイス 〒150-0012 東京都渋谷区広尾1-11-2アイオス広尾ビル604 email: [email protected] TEL:03-5795-2707 FAX:03-5795-2708 http://www.beproud.jp/ ======================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
