aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-31 15:37:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-31 15:37:53 +0200
commit8a3b63e055b0ef0f6f1366ae0388fee26d10ea2a (patch)
tree818786b61d260e45f789b60f8942298414cfec06
parent5e30fe55e504c2fa9ddbb239150c237cb0230fcd (diff)
Add SQLite as supported database
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 5e87eb0..4efd0ca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,8 @@
In this document we use <database> to refer to the name of the database
system you would like to use. Valid values for <database> are:
- 'mysql' - The MySQL database system
+ 'mysql' - The MySQL database system
+ 'sqlite' - The SQLite database system
Prerequisites
=============