| |
Jump to letter: [
ABCDHLMNOPRSTY
]
python24-dbo: Python DataBase Objects
- Summary
- dbo is a database object-relational mapper (ORM) written entirely in Python.
Tables are represented using a straightforward python class and row instances
are encapsulated as python instances. Features include transactions, views,
joins, and pickle sup
Changelog
- * Fri Sep 3 06:00:00 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 0.6-2
- new template
- * Mon Aug 23 06:00:00 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 0.6-1
- new version
|