From 323c87d50ad0ca3d07b3557958c2f23fc37f4d39 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Tue, 13 Feb 2007 16:19:04 +0000 Subject: A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which 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. Elixir 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. Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project. WWW: http://elixir.ematia.de --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index e7724a61a57a..afc2e28fbe9c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -402,6 +402,7 @@ SUBDIR += puredb SUBDIR += pxlib SUBDIR += pxtools + SUBDIR += py-Elixir SUBDIR += py-MySQL SUBDIR += py-MySQLdb SUBDIR += py-MySQLdb-devel -- cgit v1.2.3