[ 源代码: golang-github-jackc-pgconn ]
软件包:golang-github-jackc-pgconn-dev(1.11.0-2)
golang-github-jackc-pgconn-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-jackc-pgconn:
- [golang-github-jackc-pgconn_1.11.0-2.dsc]
- [golang-github-jackc-pgconn_1.11.0.orig.tar.gz]
- [golang-github-jackc-pgconn_1.11.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
low-level PostgreSQL database driver
Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq. It is primarily intended to serve as the foundation for higher level libraries such as (https://github.com/jackc/pgx). Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality.
其他与 golang-github-jackc-pgconn-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-jackc-pgpassfile-dev
- parser for PostgreSQL .pgpass files
-
- dep: golang-github-jackc-pgproto3-v2-dev
- encoder and decoder of the PostgreSQL wire protocol version 3
-
- dep: golang-github-jackc-pgservicefile-dev
- parser for PostgreSQL service files (e.g. .pg_service.conf)
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-text-dev
- Supplementary Go text-related libraries