Version: 4.4
Read Replica Connections
Users can specify multiple read connections via replicas
option. You can provide only fields
that differ from master connection, rest will be taken from it.
By default select queries will use random read connection if not inside transaction. You can
specify connection type manually in em.getConnection(type: 'read' | 'write')
.