@@ -120,7 +120,7 @@ Explanation of Values:
120120 .. note:: CodeIgniter doesn't support dots (``.``) in the database, table, and column names.
121121**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 ``.
123+ Supported drivers: ``MySQLi ``, ``Postgre ``, ``SQLite3 ``, ``SQLSRV ``, and ``OCI8 ``.
124124**DBPrefix ** An optional table prefix which will added to the table name when running
125125 :doc: `Query Builder <query_builder >` queries. This permits multiple CodeIgniter
126126 installations to share one database.
@@ -131,7 +131,7 @@ Explanation of Values:
131131**swapPre ** A default table prefix that should be swapped with ``DBPrefix ``. This is useful for distributed
132132 applications where you might run manually written queries, and need the prefix to still be
133133 customizable by the end user.
134- **schema ** The database schema, default value varies by driver. (Used by ``Postgres `` and ``SQLSRV ``.)
134+ **schema ** The database schema, default value varies by driver. (Used by ``Postgre `` and ``SQLSRV ``.)
135135**encrypt ** Whether or not to use an encrypted connection.
136136 ``SQLSRV `` driver accepts true/false
137137 ``MySQLi `` driver accepts an array with the following options:
@@ -153,7 +153,7 @@ Explanation of Values:
153153**busyTimeout ** milliseconds (int) - Sleeps for a specified amount of time when a table is locked (``SQLite3 `` only).
154154=============== ===========================================================================================================
155155
156- .. note :: Depending on what database driver you are using (``MySQLi``, ``Postgres ``,
156+ .. note :: Depending on what database driver you are using (``MySQLi``, ``Postgre ``,
157157 etc.) not all values will be needed. For example, when using ``SQLite3 `` you
158158 will not need to supply a username or password, and the database name
159159 will be the path to your database file.
0 commit comments