Skip to content

Commit d14be8a

Browse files
committed
docs: fix database name and change text decoration for driver names
1 parent 6c346b6 commit d14be8a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

user_guide_src/source/intro/requirements.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Supported Databases
4949
A database is required for most web application programming.
5050
Currently supported databases are:
5151

52-
- MySQL via the *MySQLi* driver (version 5.1 and above only)
53-
- PostgreSQL via the *Postgre* driver
54-
- SQLite3 via the *SQLite3* driver
55-
- MSSQL via the *SQLSRV* driver (version 2005 and above only)
56-
- Oracle via the *OCI8* driver (version 12.1 and above only)
52+
- MySQL via the ``MySQLi`` driver (version 5.1 and above only)
53+
- PostgreSQL via the ``Postgre`` driver
54+
- SQLite3 via the ``SQLite3`` driver
55+
- Microsoft SQL Server via the ``SQLSRV`` driver (version 2005 and above only)
56+
- Oracle Database via the ``OCI8`` driver (version 12.1 and above only)
5757

5858
Not all of the drivers have been converted/rewritten for CodeIgniter4.
5959
The list below shows the outstanding ones.

0 commit comments

Comments
 (0)