Wolfgang Keller wrote: > Am Tue, 25 Jan 2005 16:22:39 -0500 schriebst du: > > > Anyone checked out the 'Ruby with Rails' ( > > http://www.rubyonrails.com ) project? I've not yet played > around with it > > but their mechanism of definging a seemingly seemless > object-relational > > mapping (the Active Record aspect of the project) from within the > > language is really promising. > > I have no clue of "Active Record", but if I needed an ORM for > Python, then I would use Modeling: > > http://modeling.sourceforge.net/
"Active Record" refers to an object that maps to a table row (and therefore a system based on such a primitive): http://www.martinfowler.com/eaaCatalog/activeRecord.html FWIW, Dejavu is also an "Active Record" ORM: http://www.aminus.org/rbre/python Robert Brewer MIS Amor Ministries [EMAIL PROTECTED] _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
