On 7/22/05, Sean Davis <[EMAIL PROTECTED]> wrote:
> 
> On Jul 22, 2005, at 2:13 PM, Myk Melez wrote:
> >  In my preliminary investigations, however, none of these projects
> > address my personal holy grail, however, which is to be able to define
> > the objects my application manipulates (either via standard Perl or
> > some specialized definition language) and have the framework itself
> > generate and manage the SQL for storing them in a database.
> >
> >  I am told (although I have not seen it) that Apple's WebObjects (or
> > some extension to it) provides this functionality. Is there a Perl
> > equivalent?
> 
> Does Class::DBI not meet that design requirement?

In Class::DBI you still have to create the entire database structure
(tables, indexes, relationships).  Perhaps Myk is looking for more of
an Object Persistence framework like Tangram or SPOPS.

Here is a page that has a lot of details on the different object to
database mappers and persistence frameworks available in perl:

http://poop.sourceforge.net/

I have never used Apple's WebObjects, so I have no idea if any of this
comes close to it...

Cheers,

Cees

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to