From 272e9eeea2ea1d99162bcc93ca1bb773c7ee91a6 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Tue, 16 Sep 2025 17:24:15 -0700 Subject: [PATCH] Add newly open-sourced PostgreSQL extension Spock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5774617..d075041 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ - [pgPool-II](https://www.pgpool.net/mediawiki/index.php/Main_Page) - A middleware for PostgreSQL that provides connection pooling and load balancing. - [Bucardo](https://bucardo.org/Bucardo/) - A multi-master replication system for PostgreSQL. - [Citus](https://www.citusdata.com/) - A distributed database solution for scaling PostgreSQL horizontally. +- [Spock](https://github.com/pgEdge/spock) - Logical multi-master PostgreSQL replication. ## Data Modeling and Schema Design