From: Jason Felds Date: Sat, 14 Nov 2009 15:57:25 +0000 (+0000) Subject: Add link to SQLite, ensure they get version 3. X-Git-Tag: v5.8005~77^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=39e260e93560242261572f530288ae0fe81aa4c6 Add link to SQLite, ensure they get version 3. --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 39db3e7..38497af 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -560,8 +560,9 @@ tutorial. =head1 CREATE A SQLITE DATABASE In this step, we make a text file with the required SQL commands to -create a database table and load some sample data. We will use SQLite, -a popular database that is lightweight and easy to use. Open +create a database table and load some sample data. We will use +L, a popular database that is +lightweight and easy to use. Be sure to get at least version 3. Open C in your editor and enter: --