Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackc/pgio
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
https://github.com/jackc/pgio
postgresql
Last synced: 10 days ago
JSON representation
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
- Host: GitHub
- URL: https://github.com/jackc/pgio
- Owner: jackc
- License: mit
- Created: 2019-03-30T16:59:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T17:09:44.000Z (over 5 years ago)
- Last Synced: 2024-06-18T17:09:19.044Z (5 months ago)
- Topics: postgresql
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://godoc.org/github.com/jackc/pgio?status.svg)](https://godoc.org/github.com/jackc/pgio)
[![Build Status](https://travis-ci.org/jackc/pgio.svg)](https://travis-ci.org/jackc/pgio)# pgio
Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.
pgio provides functions for appending integers to a []byte while doing byte
order conversion.Extracted from original implementation in https://github.com/jackc/pgx.