Download List

專案描述

dbo is yet another database object framework written entirely in Python. Tables are represented using schema objects that encapsulate column information and supporting metadata. Row instances are represented as a dictionary. Features include database independence (with Postgres and MySQL support), automatic type conversion, database schema extraction, sequence emulation, on-the-fly table joins, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-03-11 12:32
0.6

The program was completely rewritten. The table structure is now defined using Python classes instead of dictionaries. The database table structure can be pushed from the table class structure. Arbitrary left and right joins are now supported. WebKit integration is now included. Postgres support is disabled, and only MySQL is currently supported.
標籤: Major feature enhancements

2003-04-17 02:52
0.5

標籤: Initial freshmeat announcement

Project Resources