Skip to content

Commit

Permalink
Readme: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Felix Šulc committed Apr 18, 2018
1 parent 565e563 commit 386107e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .docs/README.md
Expand Up @@ -40,14 +40,14 @@ dbal:
#driver: pdo_pgsql
```

Secondly, enable the Doctrine ORM extension. It's provided by this package.
Secondly, enable the Doctrine ORM extension. It's provided by this package.

```yaml
extensions:
orm: Nettrine\ORM\DI\OrmExtension
```

Pick any metadata provider, for example **annotations** (they are widely used).
Pick any metadata provider, for example **annotations** (they are widely used). We have a special extension for annotations (`Nettrine\ORM\DI\OrmAnnotationsExtension`).

```yaml
extensions:
Expand Down Expand Up @@ -98,6 +98,8 @@ orm:
defaultQueryHints: []
```

At this time we support only 1 connection, its **default** connection. If you need more connections (more databases?), please open issue or send PR. Thanks.

## Bridges

The compiler extensions would be so big that we decided to split them into more single files / compiler extensions.
Expand Down

0 comments on commit 386107e

Please sign in to comment.