Registry / database / jackc-pgio

jackc-pgio

JSON →
library1.0.0gogounverified

Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.

go get github.com/jackc/pgio
INSTALL
IMPORT
SIG · JACKC-PGIO
J
jackc-pgio
databasegov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pgio
github.com/jackc/pgio

Append an int32 to a byte buffer using pgio

package main import ( "fmt" "github.com/jackc/pgio" ) func main() { buf := make([]byte, 0, 4) buf = pgio.AppendInt32(buf, 42) fmt.Printf("Encoded int32: %x\n", buf) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
jackc-pgio — go get jackc-pgio · libregistry