How to create write and read replicas,for a Django app using PostgreSQL, using automatic database routing

490 Views Asked by At

In order to increase the concurrency of my Django app, I would like to create read replicas of my master database. I would like to know what is the best way of implementing this. It would be great if this can be implemented using Automatic database routing in Django.

0

There are 0 best solutions below