Merge pull request #9823 from tar-xz/develop

docs: Remove unnecessary bracket in sql_cheatsheet.md
This commit is contained in:
Matthias
2024-02-18 10:54:55 +01:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ Freqtrade does not depend or install any additional database driver. Please refe
The following systems have been tested and are known to work with freqtrade:
* sqlite (default)
* PostgreSQL)
* PostgreSQL
* MariaDB
!!! Warning