Source: golang-github-jackc-pgx Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Pirate Praveen Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, Build-Depends-Indep: golang-any, golang-github-cockroachdb-apd-dev, golang-github-gofrs-uuid-dev, golang-github-go-kit-log-dev, golang-github-inconshreveable-log15-dev, golang-github-jackc-pgconn-dev (>= 1.14.0), golang-github-jackc-pgtype-dev (>= 1.10.0), golang-github-jackc-puddle-dev (>= 1.3.0), golang-github-rs-zerolog-dev, golang-github-shopspring-decimal-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev (>= 1.8.1), golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-go.uber-zap-dev, #Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jackc-pgx Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jackc-pgx.git Homepage: https://github.com/jackc/pgx XS-Go-Import-Path: github.com/jackc/pgx/v4 Package: golang-github-jackc-pgx-v4-dev Architecture: all Depends: golang-github-go-kit-log-dev, golang-github-inconshreveable-log15-dev, golang-github-jackc-pgconn-dev (>= 1.14.0), golang-github-jackc-pgtype-dev (>= 1.10.0), golang-github-jackc-puddle-dev (>= 1.3.0), golang-github-rs-zerolog-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-go.uber-zap-dev, ${misc:Depends}, Breaks: golang-github-jackc-pgtype-dev (<< 1.10.0-3~) Description: PostgreSQL driver and toolkit for Golang Pure Golang driver and toolkit for PostgreSQL. The driver part of pgx is compatible with database/sql but also offers a native interface similar in style to database/sql that offers better performance and more features.