English | Site Directory

The Python Datastore API

The App Engine datastore provides a query engine and transactional storing with a simple API, all running on Google's scalable infrastructure. The Python interface includes a data modeling API and a SQL-like query language called GQL, making developing scalable data-backed apps as easy as with simple web hosting.

This reference has the following sections: