gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (678B)


      1 [![](https://godoc.org/github.com/jackc/pgproto3?status.svg)](https://godoc.org/github.com/jackc/pgproto3)
      2 [![Build Status](https://travis-ci.org/jackc/pgproto3.svg)](https://travis-ci.org/jackc/pgproto3)
      3 
      4 ---
      5 
      6 This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository.
      7 
      8 ---
      9 
     10 # pgproto3
     11 
     12 Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
     13 
     14 pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
     15 
     16 See example/pgfortune for a playful example of a fake PostgreSQL server.
     17 
     18 Extracted from original implementation in https://github.com/jackc/pgx.