in reply to Re: Module RFC: Yet another object-persistence interface
in thread Module RFC: Yet another object-persistence interface

If I'm reading blokhead's description, his module also sets up the classes for you. Right now, you have a bunch of classes that are like 10 lines long. His removes that need by making assumptions about what those classes will generally look like. To me, that's a huge feature.

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

  • Comment on Re: Re: Module RFC: Yet another object-persistence interface

Replies are listed 'Best First'.
Re: Re: Re: Module RFC: Yet another object-persistence interface
by perrin (Chancellor) on Sep 25, 2003 at 16:00 UTC
    Class::DBI::Loader does the same thing, and SQL::Translator does the same but with actual files.