Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 298 Bytes

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).