I have a use case where I have keep sync two databases on my local windows machine.
For example DB_primary
and DB_secondary
both has one table employee
.
How to create a read replica to keep both those DBs in sync?
Please note: I am not using any cloud. I have Postgresql v14
installed on my windows machine.