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: about 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T17:09:44.000Z (about 7 years ago)
- Last Synced: 2024-10-29T17:12:57.675Z (over 1 year 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)
[](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.