Elixir 0.7.0 released!

Gaetan de Menten gdementen at gmail.com
Thu Oct 1 17:36:05 CEST 2009


I am very pleased to announce that version 0.7.0 of Elixir
(http://elixir.ematia.de) is now available. As always, feedback is
very welcome, preferably on Elixir mailing list.

This release incorporates many small improvements and bug fixes across
the board. Please look at
http://elixir.ematia.de/trac/wiki/Migrate06to07 for detailed upgrade
notes.

The most relevant changes are probably:
* Support for the 0.6 branch of SQLAlchemy.
* A way to set default options on custom base classes so that their
children inherit from them.
* A change to the naming pattern used for the columns of
self-referencial ManyToMany relationship.
* A couple of new extensions to add data or execute custom DDL upon
table creation.

The full list of changes can be seen at:
http://elixir.ematia.de/trac/browser/elixir/tags/0.7.0/CHANGES


What is Elixir?
---------------------

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.


Mailing list
----------------

http://groups.google.com/group/sqlelixir/about


More information about the Python-announce-list mailing list