/pgproxy

Primary LanguageGo

Postgres Proxy

This repository contains a Golang-based PostgreSQL proxy that handles session and statement pooling and adds a namespace to the query based on the connection string's metadata.

Features

  • Session and statement pooling
  • Dynamic namespace addition to queries

Unsupported

SSL is not supported.

Requirements

  • Go 1.22+

Getting Started

Build and Run Locally