mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: require PostgreSQL 7.4 or later
This commit is contained in:
parent
862c333b7b
commit
52ac307e17
@ -50,7 +50,7 @@ A database is required for most web application programming.
|
||||
Currently supported databases are:
|
||||
|
||||
- MySQL via the ``MySQLi`` driver (version 5.1 and above only)
|
||||
- PostgreSQL via the ``Postgre`` driver
|
||||
- PostgreSQL via the ``Postgre`` driver (version 7.4 and above only)
|
||||
- SQLite3 via the ``SQLite3`` driver
|
||||
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only)
|
||||
- Oracle Database via the ``OCI8`` driver (version 12.1 and above only)
|
||||
|
Loading…
x
Reference in New Issue
Block a user