From: Kennedy Clark Date: Sun, 15 Nov 2009 13:56:46 +0000 (+0000) Subject: Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates... X-Git-Tag: v5.8005~85 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=429e7843dc120c9f3a3d7e4c75c9300ff56f5092 Integrate sqlite3 clarification and link by wolfman2000 from tutorial_role_updates branch --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 5332811..a2746c4 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: --