php-pg/pgproto3

Is an encoder and decoder of the PostgreSQL wire protocol version 3

v0.0.9 2022-02-11 19:56 UTC

This package is auto-updated.

Last update: 2024-04-12 00:36:52 UTC


README

Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

Inspired by Golang package jackc/pgproto3