Pgactive: Postgres active-active replication extension
Active-active Replication Extension for PostgreSQL (pgactive) pgactive is a PostgreSQL replication extension for creating an active-active database. Overview Database replication is a method that copies changes between databases instances, and is a key component for use cases like high availability, reducing latency between an application and its source data, moving data between systems such as production and test, infrastructure migration, and others. Relational databases such as PostgreSQL