Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user_guide_src/source/intro/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down