Edgewall Software

Changes between Version 55 and Version 56 of DatabaseBackend


Ignore:
Timestamp:
May 26, 2018, 8:06:21 PM (6 years ago)
Author:
anonymous
Comment:

SQLite database connection string

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v55 v56  
    1818=== SQLite
    1919
    20 Installed out-of-the-box, provided you have installed the PySqlite bindings.
     20Installed out-of-the-box. The default connection string is `sqlite:db/trac.db`.
    2121
    22 The following parameters are supported:
     22More parameters can be added with `sqlite:db/trac.db?param1=value&param2=value`. The following parameters are supported:
    2323
    2424 * `extensions`: Load the extensions, see also [wiki:TracIni#sqlite-section].
     
    2828 * `synchronous`: Set the [https://www.sqlite.org/pragma.html#pragma_synchronous synchronous] flag (since 1.0.5).
    2929
    30 Known issues: see [query:keywords=~sqlite&status=!closed pysqlite-related tickets].
     30Known issues: see [query:keywords=~sqlite&status=!closed SQLite-related tickets].
    3131
    3232=== Postgresql