fix: add minimum sqlite version to system requirements

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2024-09-16 14:22:11 -04:00
committed by Josh Richards
parent 9e09785b3c
commit cb09ad5cf6

View File

@@ -27,7 +27,7 @@ For best performance, stability and functionality we have documented some recomm
| | - Oracle Database 11g, 18, 21, 23 |
| | (*only as part of an enterprise subscription*) |
| | - PostgreSQL 12/13/14/15/16 |
| | - SQLite (*only recommended for testing and minimal-instances*) |
| | - SQLite 3.16+ (*only recommended for testing and minimal-instances*) |
+------------------+-----------------------------------------------------------------------+
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |