[Catalyst-commits] r11819 -
Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Tutorial
wolfman2000 at dev.catalyst.perl.org
wolfman2000 at dev.catalyst.perl.org
Sat Nov 14 15:57:25 GMT 2009
Author: wolfman2000
Date: 2009-11-14 15:57:25 +0000 (Sat, 14 Nov 2009)
New Revision: 11819
Modified:
Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
Log:
Add link to SQLite, ensure they get version 3.
Modified: Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod 2009-11-13 15:31:14 UTC (rev 11818)
+++ Catalyst-Manual/5.80/branches/tutorial_role_updates/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod 2009-11-14 15:57:25 UTC (rev 11819)
@@ -560,8 +560,9 @@
=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<SQLite|http://www.sqlite.org>, a popular database that is
+lightweight and easy to use. Be sure to get at least version 3. Open
C<myapp01.sql> in your editor and enter:
--
More information about the Catalyst-commits
mailing list