Add MariaDB to README.md (#1827)

This commit is contained in:
Robert Silén
2025-02-19 04:50:05 +02:00
committed by GitHub
parent 752fc6b0ad
commit 50d572a0af

View File

@@ -6,7 +6,7 @@ Typecho is released under the GNU General Public License 2.0.
## Main Features
* Multiple databases support (MySQL, SQLite, PostgreSQL)
* Multiple databases support (MariaDB, MySQL, SQLite, PostgreSQL)
* Markdown Support
* Plugin Support
* Theme Support
@@ -16,8 +16,8 @@ Typecho is released under the GNU General Public License 2.0.
## Requirements
* PHP 7.4.0 or higher
* Database (MySQL, SQLite, PostgreSQL)
* MySQL 5.5.3 or higher
* Database (MariaDB, MySQL, SQLite, PostgreSQL)
* MariaDB or MySQL 5.5.3 or higher
* SQLite 3.7.11 or higher
* PostgreSQL 9.1 or higher