You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
This repository is for the original Datastore ndb client library.
If you are looking for Cloud NDB, which supports Python 3 and works both inside and outside of the Google App Engine environment, please see this repository.
Note: As of Google App Engine SDK 1.6.4, ndb has reached status General Availability.
Using ndb from outside of Google App Engine (without the use of Remote API) is currently a work in progress and has not been released.
ndb is included in the Python runtime and is available through a
standard Python import.
from google.appengine.ext import ndb
It is also possible to include ndb directly from this GitHub project.
This will allow application developers to manage their own dependencies. Note
however that ndb depends on the non-public Google Datastore App Engine RPC API. This means that there is no explicit support for older versions of ndb in the App Engine Python runtime.
Overview
Learn how to use the ndb library by visiting the Google Cloud Platform
documentation.
About
Client library for use with Google Cloud Datastore from within the Google App Engine Python runtime.