RT,
部署在GAE上的项目,除了google could SQL,还能连哪些?
部署在GAE上的项目,除了google could SQL,还能连哪些?
推荐学习书目
› Python Cookbook 1
cnbuff410 Mar 1, 2014 |
2
liubin Mar 1, 2014
很多database as a service 的服务。
|
3
yanunon Mar 1, 2014
对于免费用户内置datastore限制太严重了
|
5
lm902 Mar 1, 2014
Google 提供的产品有:
1、Google Cloud Datastore 2、Google Cloud Storage(对象储存) 3、Google Cloud SQL(MySQL) 也可以使用第三方的服务例如ClearDB(MySQL),MongoLab(MongoDB) |