HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 06:41:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100415180830
location: https://web.archive.org/web/20100415180830/https://code.google.com/appengine/docs/python/datastore/
server-timing: captures_list;dur=1.163706, exclusion.robots;dur=0.041056, exclusion.robots.policy;dur=0.017893, esindex;dur=0.018461, cdx.remote;dur=118.002016, LoadShardBlock;dur=160.714356, PetaboxLoader3.datanode;dur=54.161249, PetaboxLoader3.resolve;dur=93.452834
x-app-server: wwwb-app215
x-ts: 302
x-tr: 318
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app215; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 30 Jul 2025 06:41:59 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-vary: Accept-Language,Cookie,Referer
x-archive-orig-etag: "eb8161c5ca9ffce6ea64fcd4162aed9f"
x-archive-orig-last-modified: Thu, 15 Apr 2010 18:08:30 GMT
x-archive-orig-date: Thu, 15 Apr 2010 18:08:30 GMT
x-archive-orig-expires: Thu, 15 Apr 2010 19:08:30 GMT
x-archive-orig-cache-control: public, max-age=3600
x-archive-orig-x-content-type-options: nosniff
x-archive-orig-server: codesite_static_content
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 15 Apr 2010 18:08:30 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Wed, 21 Jan 2009 12:29:28 GMT",
; rel="prev memento"; datetime="Sat, 13 Feb 2010 13:07:36 GMT",
; rel="memento"; datetime="Thu, 15 Apr 2010 18:08:30 GMT",
; rel="next memento"; datetime="Thu, 24 Jun 2010 11:56:43 GMT",
; rel="last memento"; datetime="Tue, 19 Nov 2024 16:09:29 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100415174529_crawl102_IndexOnly-c/52_15_20100415180654_crawl103.arc.gz
server-timing: captures_list;dur=0.485087, exclusion.robots;dur=0.018837, exclusion.robots.policy;dur=0.008872, esindex;dur=0.008732, cdx.remote;dur=138.736803, LoadShardBlock;dur=184.410593, PetaboxLoader3.datanode;dur=180.746689, PetaboxLoader3.resolve;dur=249.629369, load_resource;dur=264.941121
x-app-server: wwwb-app215
x-ts: 200
x-tr: 664
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
The Python Datastore API - Google App Engine - Google Code
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: