Python数据库开发概要 ::-- ["swordsp"] [DateTime(2007-01-16T15:51:28Z)] TableOfContents

Include(swordsp/COTW/Header)

关系型数据库 ( Relational Database ) 开发

DB-API 标准

数据库接口模块

[:DatabaseModules:Python 数据库接口模块] -- 收集了Python 中的常用数据库接口模块,包括:

ORM ( Object-Relational Mapping ) 框架

SQLObject

主页:http://www.sqlobject.org

SQLAlchemy

[:SQLAlchemy: python 中最好的 ORM]

Modeling

主页:http://modeling.sourceforge.net

MiddleKit

Webware 框架的组件之一。

主页:http://www.webwareforpython.org/Webware/MiddleKit/Docs/

PyDO

SkunkWeb (一个web application server)的组件之一。

主页:http://skunkweb.sourceforge.net/pydo.html

对象持久化与 OODB

pickle 和 shelve

ZODB

ZODB ( Zope Object Database ) 是一个高效对象型数据库,也是Zope平台的一部分。

Schevo

主页:http://schevo.org/

Divmod Axiom

主页:http://divmod.org/trac/wiki/DivmodAxiom

PyPerSyst

主页:http://sourceforge.net/projects/pypersyst/

Durus

http://www.mems-exchange.org/images/banner/Ab-banner.jpg

PyVersant

商业面向对象数据库产品 [http://www.versant.com/ Versant] 的 Python 接口。

主页:http://starship.python.net/crew/jmenzel/

其它数据存储接口

anydbm

Python 标准库,提供了“类DBM”模块的通用接口,在文件系统中保存类似字典的结构

其具体实现包括:

BSDDB

Python 标准库,除了字典结构外,还实现了B树,因此允许对元素的顺序访问。

PyTables

Metakit for Python

mxBeeBase

主页:http://www.lemburg.com/files/python/mxBeeBase.html