From: Mike Bayer Date: Tue, 17 Apr 2007 21:33:29 +0000 (+0000) Subject: note about elixir X-Git-Tag: rel_0_3_7~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd73d31d8000942b07de318ecb6e937e73cab38f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git note about elixir --- diff --git a/doc/build/content/plugins.txt b/doc/build/content/plugins.txt index d87242fe88..5e2e20ea17 100644 --- a/doc/build/content/plugins.txt +++ b/doc/build/content/plugins.txt @@ -449,6 +449,8 @@ To use `assign_mapper`: **Author:** Jonathan LaCour +Please note that ActiveMapper has been deprecated in favor of [Elixir](http://elixir.ematia.de/), a more comprehensive solution to declarative mapping, of which Jonathan is a co-author. + ActiveMapper is a so-called "declarative layer" which allows the construction of a class, a `Table`, and a `Mapper` all in one step: {python}