Mother
A
New Python Orm for Postgres
HomePage: http://www.dbmother.org
Download: http://www.dbmother.org/download
Documentation: http://www.dbmother.org/docs
License: BSD
What About?
Mother is a python
module that hides SQL syntax and gives you a
set of intelligent
classes and methods. With `intelligent` we mean
the capability of
self-adaption, understanding various situations.
Mother could
be considered as a Object Relational Mapper with a
strong
introspection. In fact, configuration files, tables, fields and
keys
declarations are not needed, because Mother knows the
database
structure herself.
Mother works with PostgreSQL
and, for now, only this database is
supported: in fact, the
introspective nature of Mother is based on
postgres meta
queries.
The database interface is developed over the very
good Psycopg
module.