简体   繁体   English

Android:Google Cloud Storage API中的SQLite存储

[英]Android : SQLite storage in Google Cloud Storage API

Can I use Google Cloud Storage API to storage a SQLite database; 我可以使用Google Cloud Storage API存储SQLite数据库吗? which includes few string, integer values and a image? 其中包括几个字符串,整数值和一个图像? If I cannot, which API should I use, can anyone help me? 如果不能,应该使用哪个API,有人可以帮助我吗? EDIT: I want to store these datas online and they should be always changeable. 编辑:我想在线存储这些数据,它们应该总是可更改的。

Yes, you can store ANY kind of data on Google Storage, as long as it meets there terms of services(which excludes pornography and perhaps other content I believe). 是的,只要满足那里的服务条款(不包括色情和我相信的其他内容),您就可以在Google存储上存储任何类型的数据。 You cannot do operations on the database once it is in GS, such as updates and inserts. 一旦数据库进入GS,就无法对其进行操作,例如更新和插入。 You can only upload the entire database as a blob. 您只能将整个数据库作为Blob上传。 If you are looking for a functional datastore to access individual records you may want to look at Appengine's datastore or SQL offering, or dozens of other cloud services out there. 如果您正在寻找功能性的数据存储区来访问各个记录,则可能需要查看Appengine的数据存储区或SQL产品,或那里的许多其他云服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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