Mother ORM 0.6.4-r1 (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:
Apsw connections are now closed directly with atexit registered functions. Mothermapper has a new option '-g', which is useful for coders and testers.
|