HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 21:18:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070820015223
location: https://web.archive.org/web/20070820015223/https://wiki.python.org/moin/DatabaseProgramming
server-timing: captures_list;dur=0.507800, exclusion.robots;dur=0.023436, exclusion.robots.policy;dur=0.014911, esindex;dur=0.010277, cdx.remote;dur=10.559476, LoadShardBlock;dur=280.133238, PetaboxLoader3.datanode;dur=93.014757, PetaboxLoader3.resolve;dur=99.902431
x-app-server: wwwb-app202
x-ts: 302
x-tr: 319
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; 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: Sun, 24 Aug 2025 21:18:02 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Mon, 20 Aug 2007 01:52:23 GMT
x-archive-orig-server: Apache/2.0.54 (Debian GNU/Linux) mod_fastcgi/2.4.2
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 20 Aug 2007 01:52:23 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="Wed, 08 Aug 2007 18:53:59 GMT", ; rel="memento"; datetime="Mon, 20 Aug 2007 01:52:23 GMT", ; rel="next memento"; datetime="Thu, 20 Sep 2007 00:46:54 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 18:20:46 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: 42_0_20070819215102_crawl100-c/42_0_20070820014208_crawl107.arc.gz
server-timing: captures_list;dur=0.592006, exclusion.robots;dur=0.024890, exclusion.robots.policy;dur=0.014709, esindex;dur=0.011379, cdx.remote;dur=17.589536, LoadShardBlock;dur=160.305605, PetaboxLoader3.datanode;dur=125.797831, PetaboxLoader3.resolve;dur=122.164956, load_resource;dur=130.270653
x-app-server: wwwb-app202
x-ts: 200
x-tr: 365
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
Resources on using databases with Python
ChoosingDatabase -- lists databases supported by Python libraries.
DatabaseInterfaces -- another list of databases accessible from Python. (Should merge this list with the above one...)
HigherLevelDatabaseProgramming -- wrappers that provide simpler or higher-level database interfaces, such as object/relational mappers and SQL generators.
The DB-API
The DB-API is a specification for a common interface to relational databases, currently at version 2.0.
Future development of the API:
Historical development:
Resources
Non-relational Databases
PersistenceTools -- describes non-relational tools for storing data on disk.
XmlDatabases
Matisse Software provides Python bindings for their object database.
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.
EditText (last edited 2007-06-16 02:03:57 by AndrewKuchling )
DeleteCache (cached 2007-08-05 20:08:50)