Elixir 0.5.2
Declarative Mapper for SQLAlchemy
A declarative layer on top of SQLAlchemy. 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.
| File | Type | Py Version | Size | # downloads |
|---|---|---|---|---|
| Elixir-0.5.2.tar.gz (md5) | Source | 101KB | 283 | |
| Elixir-0.5.2-py2.4.egg (md5) | Python Egg | 2.4 | 90KB | 229 |
| Elixir-0.5.2-py2.5.egg (md5) | Python Egg | 2.5 | 89KB | 883 |
- Author: Gaetan de Menten, Daniel Haus and Jonathan LaCour <sqlelixir at googlegroups com>
- Home Page: http://elixir.ematia.de
- License: MIT License
- Categories
- Package Index Owner: gedeon
- DOAP record: Elixir-0.5.2.xml
