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=904959c7090ad2be468bc8c9a49ad1efa4500cde;hp=7bae32b6e0fb5690d512c3136e4c2cc13d4ad553;hb=513ae34af19a0b2d71231427093837631b06b5c3;hpb=a19ac5d7df63ee6755bed14ea637e00a3e40994b diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 7bae32b..904959c 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -563,6 +563,9 @@ 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 (L), a popular database that is lightweight and easy to use. Be sure to get at least version 3. 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: --