跳转到主要内容

google cloud datastore protobuf客户端

项目描述

Google Cloud Datastore协议缓冲区客户端。

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.v1.datastore-pb2.BeginTransactionResponse ...>

安装

$ pip install googledatastore

文档

https://cloud.google.com/datastore/docs/

贡献

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

项目详情


下载文件

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

源代码分发

googledatastore-7.0.2.tar.gz (13.9 kB 查看散列值)

上传时间 源代码

由以下支持