Python Database Objects
Project description
dbo is yet another database object framework written entirely in Python. Tables are represented using Column objects that encapsulate meta information. Row instances are represented as a dictionary. Features include database independence, automatic type conversion, sequence emulation, left and right joins, views, webware integration and more.