From: Dan Dascalescu Date: Fri, 20 Feb 2009 10:37:15 +0000 (+0000) Subject: Added link to using other databases, per user request in #catalyst X-Git-Tag: v5.8005~211 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a6d800acc2f71bd284032184244d9cc612d9fc29 Added link to using other databases, per user request in #catalyst --- diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index edc0ddd..ab5df12 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -569,6 +569,8 @@ required if you do a single SQL statement on the command line). Use ".q" to exit from SQLite from the SQLite interactive mode and return to your OS command prompt. +For using other databases, such as PostgreSQL or MySQL, see +L. =head1 DATABASE ACCESS WITH C