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
4 changes: 3 additions & 1 deletion orm/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down