HTTP/2 302
server: nginx
date: Fri, 18 Jul 2025 00:59:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100305124844
location: https://web.archive.org/web/20100305124844/https://wiki.python.org/moin/DatabaseProgramming
server-timing: captures_list;dur=1.363760, exclusion.robots;dur=0.024479, exclusion.robots.policy;dur=0.010939, esindex;dur=0.018513, cdx.remote;dur=42.223405, LoadShardBlock;dur=144.128136, PetaboxLoader3.datanode;dur=39.767997, PetaboxLoader3.resolve;dur=47.616530
x-app-server: wwwb-app216
x-ts: 302
x-tr: 228
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app216; 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: Fri, 18 Jul 2025 00:59:32 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 05 Mar 2010 12:48:44 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 12100
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Mar 2010 12:48:44 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 08 Nov 2005 08:08:15 GMT", ; rel="prev memento"; datetime="Thu, 11 Feb 2010 21:22:29 GMT", ; rel="memento"; datetime="Fri, 05 Mar 2010 12:48:44 GMT", ; rel="next memento"; datetime="Wed, 10 Mar 2010 22:16:34 GMT", ; rel="last memento"; datetime="Tue, 03 Jun 2025 09:46:24 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: 51_14_20100305113514_crawl103_IndexOnly-c/51_14_20100305124644_crawl103.arc.gz
server-timing: captures_list;dur=0.440078, exclusion.robots;dur=0.014354, exclusion.robots.policy;dur=0.007460, esindex;dur=0.010235, cdx.remote;dur=24.014752, LoadShardBlock;dur=240.686821, PetaboxLoader3.datanode;dur=142.458739, PetaboxLoader3.resolve;dur=221.519869, load_resource;dur=217.936184
x-app-server: wwwb-app216
x-ts: 200
x-tr: 527
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
DatabaseProgramming - PythonInfo Wiki
Starting point for learning about using databases from Python.
Relational Databases
Relational databases are the most widely used type of database, storing information as tables containing a number of rows.
The DB-API
The DB-API is a specification for a common interface to relational databases. The current version of the specification is version 2.0.
Future development
Historical development
HigherLevelDatabaseProgramming -- wrappers that provide simpler or higher-level database interfaces, such as object/relational mappers and SQL generators.
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix systems, supporting many different databases and languages, including PostgreSQL and Python.
Other resources
Non-relational Databases
EditText (last edited 2008-12-20 18:34:12 by SkipMontanaro )