]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.sqlite
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / INSTALL.sqlite
index c156712c915b27aa9f95c22ff82833da1b53a019..34ac0900dd5eba62b64ece39f16a8a268f051290 100644 (file)
@@ -7,7 +7,7 @@ running a separate RDBMS process. The distribution comes with a standalone
 command-line access program (sqlite) that can be used to administer an SQLite
 database and which serves as an example of how to use the SQLite library.
 
-blootbot will create a file called <DBname>.sqlite and populate the tables for
+infobot will create a file called <DBname>.sqlite and populate the tables for
 you if they do not already exist.
 
 - Install SQLite libraries and DBI Perl modules.
@@ -15,6 +15,8 @@ you if they do not already exist.
 
 other distros might need to build from sources.
 
+You may use either DBD::SQLite or DBD::SQLite2
+
 SQLite sources:
 
 http://www.hwaci.com/sw/sqlite/
@@ -25,3 +27,5 @@ http://search.cpan.org/author/MSERGEANT/DBD-SQLite/
 
 You will also need the normal Perl DBD stuff which should be included in your
 Perl distribution.
+
+# vim:ts=4:sw=4:expandtab:tw=80