PUBLIC   marks

ON THIS LINK

Elixir – Trac

by karlcow

Elixir is a declarative layer on top of the SQLAlchemy library. It is a fairly thin wrapper, which provides the ability to create simple Python classes that map directly to relational database tables (this pattern is often referred to as the Active Record design pattern), providing many of the benefits of traditional databases without losing the convenience of Python objects.

Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project but does not intend to replace SQLAlchemy's core features, and instead focuses on providing a simpler syntax for defining model objects when you do not need the full expressiveness of SQLAlchemy's manual mapper definitions.

Comments

No comment on this link yet. React !


PUBLIC TAGS
on this link

activerecord   database   orm   python  

BY

karlcow
the 20/07/2009 at 02:16