Mother ORM 0.6.4 (Default branch) |
|
|
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:
The MotherBox, MotherMany, and MotherFusion
classes are iterable. initChildManager and
initManyManager were improved to be more
introspective. Some bugs were fixed.
|