An open API service indexing awesome lists of open source software.

https://github.com/code-raushan/postgres-db-proxy

PostgreSQL database proxy server to which other api servers can connect instead of directly connecting to the main database. Written in Go.
https://github.com/code-raushan/postgres-db-proxy

db go postgres proxy-server raw-sockets tcp

Last synced: 10 months ago
JSON representation

PostgreSQL database proxy server to which other api servers can connect instead of directly connecting to the main database. Written in Go.

Awesome Lists containing this project

README

          

## Postgres Proxy Server

- Written in Go
- Proxies the client connection to raw db connection and vice versa.
- Operates on raw TCP level without any database level overheads.
- Utilizes goroutines for better concurrency
- Utilizes only standard library utils for minimum dependencies (os & net).