aboutsummaryrefslogtreecommitdiff
path: root/databases/py-Elixir/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7.1Nicola Vitale2009-12-171-48/+0
| | | | Notes: svn path=/head/; revision=246058
* - Update to 0.7.0Nicola Vitale2009-10-271-0/+1
| | | | Notes: svn path=/head/; revision=243377
* - Update to 0.6.1Nicola Vitale2008-08-191-0/+49
| | | | | | | | - Add pkg-plist - Add post-install stage to install examples Notes: svn path=/head/; revision=218821
* - Update to 0.3.0Nicola Vitale2007-08-061-4/+0
| | | | | | | | - Convert easy_install support to bsd.python.mk's - Remove pkg-plist Notes: svn path=/head/; revision=197217
* A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, whichNicola Vitale2007-02-131-0/+4
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 Notes: svn path=/head/; revision=185106