docs: Update sql_cheatsheet.md

This commit is contained in:
William Wong
2024-02-18 03:21:50 +08:00
committed by GitHub
parent 4bcf2c423a
commit a5d1ae3191

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