English

The Python Datastore API

The App Engine datastore is a schemaless object datastore, with a query engine and atomic transactions. The Python interface includes a rich data modeling API and a SQL-like query language called GQL.

This reference describes the Python API for the App Engine datastore. It has the following sections: