简体   繁体   中英

Load data from sqlite database to GAE datastore from AppEngine

I would like to know if it is possible to upload a sqllite database to GAE, open it in read mode and than copy data from a database table to a datastore model.

Thank's in advance, Roberto

我建议您采用另一种方法,在本地使用批量加载工具将数据上传到GAE数据存储。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM