diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-31 15:37:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-31 15:37:53 +0200 |
commit | 8a3b63e055b0ef0f6f1366ae0388fee26d10ea2a (patch) | |
tree | 818786b61d260e45f789b60f8942298414cfec06 | |
parent | 5e30fe55e504c2fa9ddbb239150c237cb0230fcd (diff) |
Add SQLite as supported database
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ============= |