File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -582,8 +582,17 @@ postgresql Fast Many Needs install/admin (psycopg2_)
582582mysql Fast Many Needs install/admin (MySQLdb_)
583583========== =========== ===== ==============================
584584
585+ **anydbm**
586+ This was one of the original database backends. It is a simple
587+ key/value store and is a prototype implementation for NoSQL
588+ backends. It also used to be the only backend that was
589+ guaranteed to be present. These days using SQLite is preferred
590+ unless you have some reason for preferring a key/value backend
591+ (e.g. you are interested in adding support for MongoDB or other
592+ NoSQL persistence layer).
585593**sqlite**
586- This uses the embedded database engine PySQLite_ to provide a very fast
594+ This uses the embedded database engine SQLite and the PySQLite_
595+ driver to provide a very fast
587596 backend. This is not suitable for trackers which will have many
588597 simultaneous users, but requires much less installation and maintenance
589598 effort than more scalable postgresql and mysql backends.
You can’t perform that action at this time.
0 commit comments