Paketname | python-elixir |
Beschreibung | Declarative Mapper for SQLAlchemy |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.7.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 308 Byte |
Hängt ab von | python (>= 2.4), python-support (>= 0.90.0), python-sqlalchemy (>= 0.4.0) |
Empfohlene Pakete | python-crypto |
Paketbetreuer | Debian Python Modules Team |
Quelle | elixir |
Paketgröße | 51538 Byte |
Prüfsumme MD5 | 20a8e455caff98a8dbe68495d7b4df74 |
Prüfsumme SHA1 | c3ca27ad1bc3c92ee86ccb6e79e73aac9cf8dab3 |
Prüfsumme SHA256 | dd60bfe6d0ee12270db04969700c1c0be912d3a5c5c3f049dda8b0a3e7b2888b |
Link zum Herunterladen | python-elixir_0.7.1-1_all.deb |
Ausführliche Beschreibung | A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
provides the ability to define model objects following the Active Record
design pattern, and using a DSL syntax similar to that of the Ruby on Rails
ActiveRecord system.
.
Elixir does not intend to replace SQLAlchemy's core features, but 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.
.
Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
TurboEntity project.
|