mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
[ci skip] Added SQLite3 to database requirements.
This commit is contained in:
parent
ebd287b056
commit
307bcd145e
@ -9,6 +9,7 @@ Currently supported databases are:
|
||||
|
||||
- MySQL (5.1+) via the *MySQLi* driver
|
||||
- PostgreSQL via the *Postgre* driver
|
||||
- SqLite3 via the *SQLite3* driver
|
||||
|
||||
Not all of the drivers have been converted/rewritten for CodeIgniter4.
|
||||
The list below shows the outstanding ones.
|
||||
@ -17,7 +18,7 @@ The list below shows the outstanding ones.
|
||||
- Oracle via the *oci8* and *pdo* drivers
|
||||
- PostgreSQL via the *pdo* driver
|
||||
- MS SQL via the *mssql*, *sqlsrv* (version 2005 and above only) and *pdo* drivers
|
||||
- SQLite via the *sqlite* (version 2), *sqlite3* (version 3) and *pdo* drivers
|
||||
- SQLite via the *sqlite* (version 2) and *pdo* drivers
|
||||
- CUBRID via the *cubrid* and *pdo* drivers
|
||||
- Interbase/Firebird via the *ibase* and *pdo* drivers
|
||||
- ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user