gtsocial-umbx

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

README.md (453B)


      1 [![](https://godoc.org/github.com/jackc/pgio?status.svg)](https://godoc.org/github.com/jackc/pgio)
      2 [![Build Status](https://travis-ci.org/jackc/pgio.svg)](https://travis-ci.org/jackc/pgio)
      3 
      4 # pgio
      5 
      6 Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
      7 
      8 pgio provides functions for appending integers to a []byte while doing byte
      9 order conversion.
     10 
     11 Extracted from original implementation in https://github.com/jackc/pgx.