[ 源代码: 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