<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The thing is I<br>
realized that if I connect to this schema outside of the scope of<br>
Catalyst via DBIx::Class::Schema-&gt;connect I have to pass in the<br>
connection info separately which really bugs me because I&#39;ve already<br>
defined it via a configuration file for the Catalyst app (using<br>
Config::General). I suppose I could just pass that info into the model<br>
but that seems messy and redundant to me. </blockquote><div><br>To me it doesn&#39;t seem messy to parse myapp.conf from your non-catalyst app using Config::General-&gt;getall, then pass the connect_info data to your DBIC::Schema class. Besides, you can use your MyApp::Schema classes from anywhere, in case you created them with DBIC::Schema::Loader. <br>
My 2c.<br><br>-rodrigo<br></div></div>