New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

googledatastore

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googledatastore

google cloud datastore protobuf client

  • 7.0.2
  • PyPI
  • Socket score

Maintainers
1

googledatastore

Google Cloud Datastore Protocol Buffer client.

Google Cloud Datastore is a fully managed, schemaless, non-relational database accessible through Google APIs infrastructure. It provides a rich set of query capabilities, supports atomic transactions, and automatically scales up and down in response to load.

Usage

.. code-block:: pycon

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

Installation

.. code-block:: bash

$ pip install googledatastore

Documentation

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

Contribute

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc