pkgsrc-wip/py-divmod-axiom/DESCR
2006-08-28 01:18:14 +00:00

5 lines
372 B
Text

Axiom is an object database, or alternatively, an object-relational mapper. Its
primary goal is to provide an object-oriented layer with what we consider to be
the key aspects of OO, i.e. polymorphism and message dispatch, without
hindering the power of an RDBMS. It is designed to "feel pythonic", without
encouraging the typical ORM behavior such as potato programming.