Skip to content

GoogleCloudPlatform/datastore-ndb-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ndb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Datastore ndb Client Library

Build Status Coverage Status

Introduction

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 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.

About

Client library for use with Google Cloud Datastore from within the Google App Engine Python runtime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages