[ 原始碼: golang-github-jackc-pgconn ]
套件:golang-github-jackc-pgconn-dev(1.14.0-1)
golang-github-jackc-pgconn-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jackc-pgconn:
- [golang-github-jackc-pgconn_1.14.0-1.dsc]
- [golang-github-jackc-pgconn_1.14.0.orig.tar.gz]
- [golang-github-jackc-pgconn_1.14.0-1.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 (>= 2.0.1)
- io.Reader wrapper that minimizes IO reads and memory allocations
-
- dep: golang-github-jackc-pgio-dev (>= 1.0.0)
- low-level toolkit building messages in the PostgreSQL wire protocol
-
- dep: golang-github-jackc-pgmock-dev (>= 0.0~git20210724.4ad1a82)
- provides the ability to mock a PostgreSQL server
-
- dep: golang-github-jackc-pgpassfile-dev (>= 1.0.0)
- parser for PostgreSQL .pgpass files
-
- dep: golang-github-jackc-pgproto3-v2-dev (>= 2.3.2)
- encoder and decoder of the PostgreSQL wire protocol version 3
-
- dep: golang-github-jackc-pgservicefile-dev (>= 0.0~git20221227.091c0ba)
- parser for PostgreSQL service files (e.g. .pg_service.conf)
-
- dep: golang-golang-x-crypto-dev (>= 1:0.6.0)
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-text-dev (>= 0.7.0)
- Supplementary Go text-related libraries