diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-09-13 12:40:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 12:40:47 +0000 |
| commit | aba3566fbd1efa3b6f2e1302feddca3e72a85fde (patch) | |
| tree | ba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/admin/engines/sql-engines.rst | |
| parent | 823a2fc7926441ba4375d74340a7ab08ac85ef9d (diff) | |
| parent | ecb7e73e039cf805c31764d148daae15e91389a5 (diff) | |
Merge pull request #318 from return42/fix-doc-brand
[brand] docs - normalize project name to SearXNG
Diffstat (limited to 'docs/admin/engines/sql-engines.rst')
| -rw-r--r-- | docs/admin/engines/sql-engines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/engines/sql-engines.rst b/docs/admin/engines/sql-engines.rst index ee7f31c27..713ef9a40 100644 --- a/docs/admin/engines/sql-engines.rst +++ b/docs/admin/engines/sql-engines.rst @@ -10,7 +10,7 @@ SQL Engines - `PostgreSQL <https://www.postgresql.org>`_ - `MySQL <https://www.mysql.com>`_ -With the *SQL engines* you can bind SQL databases into SearxNG. The following +With the *SQL engines* you can bind SQL databases into SearXNG. The following Relational Database Management System (RDBMS) are supported: - :ref:`engine sqlite` @@ -98,7 +98,7 @@ Extra Dependencies ------------------ For using :ref:`engine postgresql` or :ref:`engine mysql_server` you need to -install additional packages in Python's Virtual Environment of your SearxNG +install additional packages in Python's Virtual Environment of your SearXNG instance. To switch into the environment (:ref:`searx-src`) you can use :ref:`searx.sh`:: |