My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

NDB (Next DB module)

Latest news: Release 1.0.1 is out. Download now. This is the same as the version in SDK 1.6.5. NDB is no longer experimental!

NDB is a new datastore API for the Google App Engine Python runtime. I am doing this as a Google employee but using an open source development style as I believe this project will benefit from early user feedback.

As of SDK 1.6.4, NDB is a standard component of the App Engine Python SDK and the Python runtime.

Documentation: https://developers.google.com/appengine/docs/python/ndb/

Conversion guide from old db: https://docs.google.com/document/d/1AefylbadN456_Z7BZOpZEXDq8cR8LYu7QgI7bt5V0Iw/edit

To clone this repository:

$ hg clone https://appengine-ndb-experiment.googlecode.com/hg/ appengine-ndb-experiment

--Guido van Rossum (guido@google.com)

Powered by Google Project Hosting