Download List

專案描述

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

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.
標籤: Major feature enhancements

2008-03-28 21:42
0.5.2

This is a minor bugfix release (mostly restoring Python 2.3 compatibility).
標籤: Minor bugfixes

2008-02-07 19:12
0.5.1

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.
標籤: Major bugfixes

2007-12-09 15:08
0.5.0

This is mostly a bugfix release, but some pretty
important changes were also made to the default
values for options.
標籤: Major bugfixes

2007-10-29 16:13
0.4.0

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.
標籤: Major feature enhancements

Project Resources