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