跳转到主要内容

google cloud datastore protobuf client

项目描述

Google Cloud Datastore Protocol Buffer客户端。

Google Cloud Datastore是一个完全管理的、无模式的、非关系型数据存储,可通过Google API基础设施访问。它提供丰富的查询功能,支持原子事务,并自动根据负载进行扩展和缩减。

使用

>>> import googledatastore as datastore
>>> datastore.set_options(project_id='project-id')
>>> req = datastore.BeginTransactionRequest()
>>> datastore.begin_transaction(req)
<google.datastore.v1beta3.datastore-pb2.BeginTransactionResponse ...>

安装

$ pip install googledatastore

文档

https://developers.google.com/datastore

贡献

https://github.com/GoogleCloudPlatform/google-cloud-datastore

项目详情


下载文件

下载适合您平台的应用程序。如果您不确定要选择哪个,请了解更多关于安装包的信息。

源分发

testing-v1beta3-googledatastore-4.0.0b4.tar.gz (13.6 kB 查看哈希值)

上传时间 源代码

由以下组织支持