Skip to content

Commit 76ed847

Browse files
committed
docs: list all supported drivers
1 parent d14be8a commit 76ed847

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

user_guide_src/source/database/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ Explanation of Values:
118118
**database** The name of the database you want to connect to.
119119

120120
.. note:: CodeIgniter doesn't support dots (``.``) in the database, table, and column names.
121-
**DBDriver** The database driver name. e.g.,: ``MySQLi``, ``Postgres``, etc. The case must match the driver name.
121+
**DBDriver** The database driver name. The case must match the driver name.
122122
You can set a fully qualified classname to use your custom driver.
123+
Supported drivers: ``MySQLi``, ``Postgres``, ``SQLite3``, ``SQLSRV``, and ``OCI8``.
123124
**DBPrefix** An optional table prefix which will added to the table name when running
124125
:doc:`Query Builder <query_builder>` queries. This permits multiple CodeIgniter
125126
installations to share one database.

0 commit comments

Comments
 (0)