From ff45dd3dc4f607b4fa137d1bebc2a63a6956a9da Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Nov 2002 08:20:10 +0000 Subject: [PATCH] more sqlite info git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@639 c11ca15a-4712-0410-83d8-924469b57eb5 --- INSTALL.sqlite | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/INSTALL.sqlite b/INSTALL.sqlite index a216df2..cc7b2c1 100644 --- a/INSTALL.sqlite +++ b/INSTALL.sqlite @@ -1,5 +1,27 @@ INSTALL.sqlite ---------------- +SQLite is a C library that implements an embeddable SQL database engine. +Programs that link with the SQLite library can have SQL database access without +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 .sqlite and populate the tables for +you if they do not already exist. + - Install SQLite libraries and DBI Perl modules. - Debian: (apt-get install libsqlite0 libdbd-sqlite-perl) + +other distros might need to build from sources. + +SQLite sources: + +http://www.hwaci.com/sw/sqlite/ + +DBD::SQLite sources: + +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. -- 2.39.5