[Dbix-class] DBIx::Class or Rose::DB::Object or other???

Guillermo Roditi groditi at gmail.com
Tue Jun 6 23:49:06 CEST 2006


I don't understand the anti-loader thing. it saves me a lot of initial
typing.... it's kind of nice. but i totally agree on the whole  dump load
once and then mantain manually. A huge help when moving apps to DBIC.  the
auto loading of meta data into RDBO is what i really liked, column types,
length constraints, etc.



On 6/6/06, Brandon Black <blblack at gmail.com> wrote:
>
> On 6/6/06, Guillermo Roditi <groditi at gmail.com> wrote:
> > RDBO is kind of amazing, and it's loader application will save you tons
> of
> > time, DBIx::Class also has a handy loader, but it's not yet as advanced
> as
> > RDBO's. From what I have personally gathered though, the result set
> object
> > in DBIC kicks ass like nothing else
>
> Most DBIx::Class users are pretty anti-loader (not that its an excuse,
> but its a reason).  I'm authoring the latest iteration of it and even
> I don't use it anymore for real apps.
>
> In any case, the big difference I see between the RDBO Metadata::Auto
> stuff and DBIx::Class::Schema::Loader is the layering abilities of
> RDBO (that is, the ability to easily manually define certain peices of
> metadata and then fill in the rest via autoloading).  If there's other
> major items and people really want to see DBIC's loader doing them,
> send a patch, or at least a strong suggestion.
>
> As the RDBO docs say though, probably the best hybrid approach is to
> let a loader do code generation initially and then maintain manually
> from there out.  The DBIC loader just acquired this functionality, so
> it's still a bit rough around the edges, but it does appear to work at
> the moment :)  Hopefully soon we'll be able to integrate this one-shot
> code generation with the dbicadmin commandline tool to make it even
> easier.
>
> -- Brandon
>
> _______________________________________________
> List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
> Wiki: http://dbix-class.shadowcatsystems.co.uk/
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/dbix-class/attachments/20060606/ea4d8c4b/attachment-0001.htm 


More information about the Dbix-class mailing list