@@ -684,16 +684,24 @@ database for session data. By default it will use additional
684684sqlite databases for storing the session and otk data.
685685
686686The following table shows which primary databases support
687- different session database backends::
688-
689-
690- main\/ session>| anydbm | sqlite | redis | mysql | postgresql |
691- anydbm | D | | X | | |
692- sqlite | X | D | X | | |
693- mysql | | | | D | |
694- postgresql | | | | | D |
695- --------------------------------------------------------------+
696- D - default if unconfigured, X - compatible choice
687+ different session database backends:
688+
689+ .. table:: D - default if unconfigured, X - compatible choice
690+ :class: captionbelow
691+
692+ +---------------+--------+--------+-------+-------+------------+
693+ | | session db |
694+ +---------------+--------+--------+-------+-------+------------+
695+ |primary db | anydbm | sqlite | redis | mysql | postgresql |
696+ +===============+========+========+=======+=======+============+
697+ |anydbm | D | | X | | |
698+ +---------------+--------+--------+-------+-------+------------+
699+ |sqlite | X | D | X | | |
700+ +---------------+--------+--------+-------+-------+------------+
701+ |mysql | | | | D | |
702+ +---------------+--------+--------+-------+-------+------------+
703+ |postgresql | | | | | D |
704+ +---------------+--------+--------+-------+-------+------------+
697705
698706The ``backend`` setting is in the tracker's ``config.ini``
699707file under the ``sessiondb`` section.
0 commit comments