X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=a2746c4397599295da9c00446ff71af4626ae661;hp=53328118dbace6a6fa3a57be534a521b06f0ca1b;hb=429e7843dc120c9f3a3d7e4c75c9300ff56f5092;hpb=87058ad44d035b5c60be933ea3f5f236f36c912e 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: --