Skip to content

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

Notifications You must be signed in to change notification settings

code-raushan/postgres-db-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages