diff options
author | nivit <nivit@FreeBSD.org> | 2007-02-14 00:19:04 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-02-14 00:19:04 +0800 |
commit | 4b32eb62092ea90700e47c2ca12eb1f8925340b5 (patch) | |
tree | ede5053619a4e086b241d5c3929406288dc57a8d /databases/Makefile | |
parent | 7267e4bf2fe34c5033bb0238f50732298f46f54e (diff) | |
download | freebsd-ports-gnome-4b32eb62092ea90700e47c2ca12eb1f8925340b5.tar.gz freebsd-ports-gnome-4b32eb62092ea90700e47c2ca12eb1f8925340b5.tar.zst freebsd-ports-gnome-4b32eb62092ea90700e47c2ca12eb1f8925340b5.zip |
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
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |