[ 原始碼: golang-github-jackc-pgproto3 ]
套件:golang-github-jackc-pgproto3-v2-dev(2.3.2-1)
golang-github-jackc-pgproto3-v2-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jackc-pgproto3:
- [golang-github-jackc-pgproto3_2.3.2-1.dsc]
- [golang-github-jackc-pgproto3_2.3.2.orig.tar.gz]
- [golang-github-jackc-pgproto3_2.3.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
encoder and decoder of the PostgreSQL wire protocol version 3
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
See example/pgfortune for a playful example of a fake PostgreSQL server.
Extracted from original implementation in (https://github.com/jackc/pgx).
其他與 golang-github-jackc-pgproto3-v2-dev 有關的套件
|
|
|
|
-
- dep: golang-github-jackc-chunkreader-v2-dev
- io.Reader wrapper that minimizes IO reads and memory allocations
-
- dep: golang-github-jackc-pgio-dev
- low-level toolkit building messages in the PostgreSQL wire protocol
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package