awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesPostgreSQL Proxy Servers

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.

Awesome PostgreSQL Proxy Servers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pgbouncer/pgbouncerAvatar de pgbouncer

    pgbouncer/pgbouncer

    3,937Voir sur GitHub↗

    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.

    Cpostgresql
    Voir sur GitHub↗3,937
  • pgdogdev/pgdogAvatar de pgdogdev

    pgdogdev/pgdog

    3,361Voir sur GitHub↗

    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.

    Rustload-balancerpoolerpostgresql
    Voir sur GitHub↗3,361
  1. Home
  2. Data & Databases
  3. PostgreSQL Proxy Servers