l5-repository icon indicating copy to clipboard operation
l5-repository copied to clipboard

Multiple DB connections for read and write requests

Open debnath4u opened this issue 5 years ago • 1 comments
trafficstars

Hi, Currently I am working on a project which is using multiple database connection, one for read and another for write. In this repository there you any way to to make sure its taking from write connection, not from read or replica?

Please let me know ASAP.

debnath4u avatar Dec 20 '19 08:12 debnath4u

you can use laravel connection settings for read and write ops.

bsormagec avatar Dec 21 '19 21:12 bsormagec