Skip to content

Commit

Permalink
Indicate the support for the Oracle driver in the ORM README
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Apr 8, 2016
1 parent 7474676 commit ea531cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ORM/README.md
Expand Up @@ -7,14 +7,17 @@ The CakePHP ORM provides a powerful and flexible way to work with relational
databases. Using a datamapper pattern the ORM allows you to manipulate data as
entities allowing you to create expressive domain layers in your applications.

## Connecting to the Database
## Database engines supported

The CakePHP ORM is compatible with:

* MySQL 5.1+
* Postgres 8+
* SQLite3
* SQLServer 2008+
* Oracle (through a [community plugin](https://github.com/CakeDC/cakephp-oracle-driver))

## Connecting to the Database

The first thing you need to do when using this library is register a connection
object. Before performing any operations with the connection, you need to
Expand Down

0 comments on commit ea531cb

Please sign in to comment.