Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shardingsphere | 18,803 | 7 | 18 hours ago | 7 | June 04, 2020 | 1,191 | apache-2.0 | Java | ||
Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database. | ||||||||||
Pgsql Http | 1,001 | a month ago | 3 | mit | C | |||||
HTTP client for PostgreSQL, retrieve a web page from inside the database. | ||||||||||
Crunchy Proxy | 355 | 2 years ago | July 17, 2017 | 20 | apache-2.0 | Go | ||||
PostgreSQL Connection Proxy by Crunchy Data (beta) | ||||||||||
Quetz | 234 | 1 | 12 days ago | 12 | May 20, 2022 | 72 | bsd-3-clause | Python | ||
The Open-Source Server for Conda Packages | ||||||||||
Readablewebproxy | 194 | a month ago | 6 | bsd-3-clause | Python | |||||
Rewriting web proxy and archival tool. At this point, it just tries to download all the things. | ||||||||||
Plproxy | 164 | 7 days ago | 2 | other | C | |||||
PL/Proxy development | ||||||||||
Masquerade | 129 | 3 years ago | mit | C# | ||||||
A Postgres Proxy to Mask Data in Realtime | ||||||||||
Tcpdp | 125 | 23 days ago | 1 | September 08, 2021 | 2 | mit | Go | |||
tcpdp is TCP dump tool with custom dumper and structured logger written in Go. | ||||||||||
Pgproto3 | 120 | 2,122 | a year ago | 27 | September 17, 2022 | 2 | mit | Go | ||
Pgproxy | 119 | 6 years ago | June 04, 2021 | 3 | apache-2.0 | Go | ||||
PostgreSQL proxy server. |
This version is used with pgx v4
. In pgx v5
it is part of the jackc/pgx repository.
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
See example/pgfortune for a playful example of a fake PostgreSQL server.
Extracted from original implementation in jackc/pgx.