skip to navigation
skip to content

dbo 0.6

Python Database Objects

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.