]> git.donarmstrong.com Git - infobot.git/blobdiff - INSTALL.sqlite
* Rebranding from blootbot to infobot
[infobot.git] / INSTALL.sqlite
index c156712c915b27aa9f95c22ff82833da1b53a019..66c84251c8c10422a35c7c82c416c7ae6db9ca98 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/