X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F10_Appendices.pod;h=2a2795d1b90eba34b59071dfd287217a8a2bc8f9;hp=aacead4d870d204699383d824dd3b2281ef2bfaf;hb=3dc4813bf29c3efb69e283481930e2091d7e51f4;hpb=1eaebcbfb17e8cf9fd9c7d72ebcbbd726ebff5f3 diff --git a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod index aacead4..2a2795d 100644 --- a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod +++ b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod @@ -139,10 +139,10 @@ L. This section provides information +SQLite (L). This section provides information that can be used to "convert" the tutorial to use -L and -L. However, note that part of +PostgreSQL (L) and +MySQL (L). However, note that part of the beauty of the MVC architecture is that very little database-specific code is spread throughout the system (at least when MVC is "done right"). Consequently, converting from one database to another is @@ -513,7 +513,7 @@ You can verify that it worked with this command: =head2 MySQL -B This section is out of data with the rest of the tutorial. +B This section is out of date with the rest of the tutorial. Consider using SQLite or PostgreSQL since they are current. Use the following steps to adapt the tutorial to MySQL. Thanks to Jim