From dd73d31d8000942b07de318ecb6e937e73cab38f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 17 Apr 2007 21:33:29 +0000 Subject: [PATCH] note about elixir --- doc/build/content/plugins.txt | 2 ++ 1 file changed, 2 insertions(+) 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} -- 2.47.2