X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=8848afaf3cb79dc7dc085f5f9c0a99719e229d1b;hb=e13f83ccef7d53d2bcb8d2f2f459bbd2e6f3474e;hp=4fb9f02f4530f09f622f266c9cfbac9d26a21293;hpb=45d511e089515b7a59b6d943bb79a9fbf0ba45d4;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 4fb9f02..8848afa 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -621,6 +621,12 @@ the schema information from the database every time the application starts. And finally, C is the standard DBI connect string for use with SQLite. +B: Although the C option to the DBIC helper +makes for a nifty demonstration, is only really suitable for very +small applications. After this demonstration, you should almost always +use the C option that we switch to below. + + =head1 RUN THE APPLICATION First, let's enable an environment variable option that causes