Mercurial > p > roundup > code
diff doc/installation.txt @ 3728:b476fef16ccc
fixed support for pysqlite2 (version 2.1.0 is the minimum version supported)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Oct 2006 03:55:31 +0000 |
| parents | 41feeed84caa |
| children | 60d3865b3cb6 |
line wrap: on
line diff
--- a/doc/installation.txt Mon Oct 09 23:49:32 2006 +0000 +++ b/doc/installation.txt Tue Oct 10 03:55:31 2006 +0000 @@ -271,18 +271,23 @@ Name Speed Users Support ========== =========== ===== ============================== anydbm Slowest Few Always available -sqlite Fastest(*) Few Needs install (PySQLite_) +sqlite Fastest(*) Few May needs install (PySQLite_) metakit Fastest(*) Few Needs install (metakit_) postgresql Fast Many Needs install/admin (psycopg_) mysql Fast Many Needs install/admin (MySQLdb_) ========== =========== ===== ============================== -**sqlite** and **metakit** +**sqlite** These use the embedded database engines PySQLite_ and metakit_ to provide very fast backends. They are not suitable for trackers which will have many simultaneous users, but require much less installation and maintenance effort than more scalable postgresql and mysql backends. - If you are choosing from these two, please select sqlite. + + SQLite is supported via PySQLite versions 1.1.7, 2.1.0 and sqlite3 (the last + being bundled with Python 2.5+) +**metakit** + Similar performance to sqlite. If you are choosing between these two, + please select sqlite. **postgresql** Backend for popular RDBMS PostgreSQL. You must read doc/postgresql.txt for additional installation steps and requirements. You must also configure
