Download List

Descripción del Proyecto

Elixir is a declarative layer on top of
SQLAlchemy. It is a fairly thin wrapper that
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. It 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-22 23:18
0.6.0

Esta versión es compatible con SQLAlchemy 0.5, mejor soporte para las entidades distribuidas en varios módulos, los nuevos métodos en la entidad de base para actualizar las entidades de las entidades o volcado a una estructura jerárquica (JSON-como) la estructura de diccionario, y otras mejoras varias. Las características por defecto período de sesiones también se ha cambiado a estar más en consonancia con los valores predeterminados SQLAlchemy (si estuviera utilizando la sesión de forma predeterminada, por favor consulte las notas de actualización). También cuenta con un montón de correcciones de errores, en su mayoría relacionados con la no-esquema predeterminado y entidades cargados automáticamente.
Tags: Major feature enhancements
This release features support for SQLAlchemy 0.5, better support for entities spread across several modules, new methods on the base entity to update entities from or dump entities to a hierarchical (JSON-like) dictionary structure, and other miscellaneous improvements. The default session characteristics were also changed to be more in line with SQLAlchemy defaults (if you were using the default session, please look at the upgrade notes). It also features a bunch of bugfixes, mostly related to non-default schema and autoloaded entities.

2008-03-28 21:42
0.5.2

Esta es una versión de corrección de errores de menor importancia (sobre todo la restauración Python 2.3 de compatibilidad).
Tags: Minor bugfixes
This is a minor bugfix release (mostly restoring Python 2.3 compatibility).

2008-02-07 19:12
0.5.1

Esto es principalmente un bugfix (especialmente para las personas que usan la herencia), pero también tiene algunas características nuevas menores, incluido un nuevo plugin para la gestión de entidades como (orden) listas, un mayor apoyo para las clases de base de la costumbre, y un suplente (agradable) la sintaxis para definir las propiedades de sinónimos.
Tags: Major bugfixes
This is mostly a bugfix release (especially for people using inheritance), but it also has a few minor new features, including a new plugin for managing entities as (ordered) lists, enhanced support for custom base classes, and an alternate (nicer) syntax to define synonym properties.

2007-12-09 15:08
0.5.0

Esto es principalmente un bugfix, pero algunos cambios bastante importantes también a los valores por defecto para las opciones.
Tags: Major bugfixes
This is mostly a bugfix release, but some pretty
important changes were also made to the default
values for options.

2007-10-29 16:13
0.4.0

Un nuevo atributo basado en la sintaxis para declarar los campos y las relaciones, varios tipos de herencia (polimórficos o no), y una base de datos de versiones de extensión se llevaron a cabo. Muchas otras características nuevas, mejoras, correcciones y se han añadido. La documentación fue también muy extendido.
Tags: Major feature enhancements
A new attribute-based syntax to declare fields and
relationships, several kinds of inheritance
(polymorphic or not), and a data versioning
extension were implemented. Many other new
features, improvements, and bugfixes were added.
The documentation was also greatly extended.

Project Resources