2 रिपॉजिटरी
Network intermediaries that handle authentication and routing for PostgreSQL traffic.
Distinguishing note: None of the candidates describe a general-purpose proxy server for PostgreSQL traffic
Explore 2 awesome GitHub repositories matching data & databases · PostgreSQL Proxy Servers. Refine with filters or upvote what's useful.
PgBouncer is a lightweight middleware proxy server and connection pooler for PostgreSQL. It acts as a database connection manager and load balancer, reducing system overhead by managing a pool of reusable connections and distributing incoming traffic across multiple backend servers. The project distinguishes itself through a protocol-level proxying approach that handles authentication and TLS encryption without parsing underlying SQL queries. It provides specialized support for mapping named prepared statements across different backend connections and implements a socket-sharing process model
Functions as a network intermediary handling authentication, TLS encryption, and routing between clients and PostgreSQL databases.
pgdog is a PostgreSQL sharding proxy, distributed SQL router, and connection pooler. It is designed to enable horizontal data distribution by splitting tables and indices across multiple independent servers to scale storage and processing capacity. The project distinguishes itself through online resharding capabilities, using logical replication to move data between shards without application downtime. It supports multiple routing strategies, including hash, list, and range-based query routing, and manages distributed atomic transactions using a two-phase commit process to ensure consistency
Provides a network intermediary that intercepts and multiplexes PostgreSQL traffic to manage connection states and session variables.