Is there any way to configure SQLAlchemy to work with a Postgres replication setup where I want all writes to go to a master, and reads to go through a single slave?
↧
Is there any way to configure SQLAlchemy to work with a Postgres replication setup where I want all writes to go to a master, and reads to go through a single slave?