Google Datastore ndb Client Library

Build Status Coverage Status

Introduction


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 a client library for use with Google Cloud Datastore. It was designed specifically to be used from within the Google App Engine Python runtime.

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.