Skip to content

Commit

Permalink
Adding link to Oracle driver
Browse files Browse the repository at this point in the history
This could make cakephp immediately more appealing to people wanting to use Oracle.
  • Loading branch information
lorenzo committed Mar 23, 2016
1 parent 183bf9b commit 54f4b87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/orm/database-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ CakePHP supports the following relational database servers:
* SQLite 3
* PostgreSQL 8+
* SQLServer 2008+
* Oracle (through community plugin)

You will need the correct PDO extension installed for each of the above database
drivers. Procedural APIs are not supported.

The Oracle database is supported through the
`Driver for Oracle Database <https://github.com/CakeDC/cakephp-oracle-driver>`_ community
plugin.

.. _running-select-statements:

Running Select Statements
Expand Down

0 comments on commit 54f4b87

Please sign in to comment.