diff --git a/orm/connections.md b/orm/connections.md index dd89ee8..2e057c9 100644 --- a/orm/connections.md +++ b/orm/connections.md @@ -7,7 +7,9 @@ Out of the box the database connections configured in `database.php` config are * pqsql * sqlsrv * oci8 - + +Please note that read/write connections are supported as well. Check out [laravel documentation](https://laravel.com/docs/5.4/database#read-and-write-connections) for more details. + By simply changing the `DB_CONNECTION` env variable you swap the database connection for Doctrine as well. The additional settings per connection are applied by default.