HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 23:34:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071228121530
location: https://web.archive.org/web/20071228121530/https://wiki.python.org/moin/DatabaseProgramming
server-timing: captures_list;dur=0.533717, exclusion.robots;dur=0.020038, exclusion.robots.policy;dur=0.009272, esindex;dur=0.009907, cdx.remote;dur=31.302527, LoadShardBlock;dur=1698.177742, PetaboxLoader3.resolve;dur=1535.181444, PetaboxLoader3.datanode;dur=139.559342
x-app-server: wwwb-app211
x-ts: 302
x-tr: 1770
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app211; 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: Thu, 24 Jul 2025 23:34:54 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Fri, 28 Dec 2007 12:15:30 GMT
x-archive-orig-server: Apache/2.2.3 (Debian) mod_fastcgi/2.4.2
x-archive-orig-pragma: no-cache
x-archive-orig-cache-control: no-cache
x-archive-orig-expires: -1
x-archive-orig-vary: Accept-Language,Cookie,User-Agent
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 28 Dec 2007 12:15:30 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="Sun, 25 Nov 2007 09:06:13 GMT", ; rel="memento"; datetime="Fri, 28 Dec 2007 12:15:30 GMT", ; rel="next memento"; datetime="Sat, 19 Jan 2008 21:25:27 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_1_20071228104436_crawl108-c/51_1_20071228120055_crawl107.arc.gz
server-timing: captures_list;dur=0.593917, exclusion.robots;dur=0.019776, exclusion.robots.policy;dur=0.009643, esindex;dur=0.012089, cdx.remote;dur=10.774471, LoadShardBlock;dur=384.746261, PetaboxLoader3.resolve;dur=358.175026, PetaboxLoader3.datanode;dur=169.511663, load_resource;dur=223.490803
x-app-server: wwwb-app211
x-ts: 200
x-tr: 673
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 )