]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
note about elixir
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Apr 2007 21:33:29 +0000 (21:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Apr 2007 21:33:29 +0000 (21:33 +0000)
doc/build/content/plugins.txt

index d87242fe8818b0e1cbe4ff0c74cf96b9dd305966..5e2e20ea17e78a3ef019c3d537006242b3cdd248 100644 (file)
@@ -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}