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.
- Host: GitHub
- URL: https://github.com/code-raushan/postgres-db-proxy
- Owner: code-raushan
- Created: 2024-06-26T17:11:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:27:35.000Z (over 1 year ago)
- Last Synced: 2025-02-08T01:16:43.767Z (about 1 year ago)
- Topics: db, go, postgres, proxy-server, raw-sockets, tcp
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).