Mother ORM 0.6.3 (Default branch) |
|
|
Wednesday November 14, 2007. 10:48 PM FreshMeat
Mother is a Python module that hides SQL syntax
and gives you a set of intelligent classes and
methods that can self-adapt and understand various
situations. It could be considered as an Object
Relational Mapper with strong introspection. In
fact, configuration files, tables, fields, and
keys declarations are not needed.
License: BSD License (original)
Changes:
A new class and a new family of functions are available: the MotherMany class and the MotherManager.initManyManager() methods. Some bugs have been fixed, the manual has been improved, and various optimizations have been added.
|