Source: golang-github-jackc-pgx Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Pirate Praveen Section: devel #Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-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-fake-dev, golang-github-jackc-pgconn-dev, golang-github-jackc-pgtype-dev, golang-github-jackc-puddle-dev, golang-github-pkg-errors-dev, golang-github-rs-zerolog-dev, golang-github-satori-go.uuid-dev, golang-github-shopspring-decimal-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-go.uber-zap-dev, golang-pq-dev, 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 Rules-Requires-Root: no XS-Go-Import-Path: github.com/jackc/pgx/v4 Package: golang-github-jackc-pgx-v4-dev Architecture: all Depends: ${misc:Depends}, golang-github-cockroachdb-apd-dev, golang-github-gofrs-uuid-dev, golang-github-go-kit-log-dev, golang-github-inconshreveable-log15-dev, golang-github-jackc-fake-dev, golang-github-jackc-pgconn-dev, golang-github-jackc-pgtype-dev, golang-github-jackc-puddle-dev, golang-github-pkg-errors-dev, golang-github-rs-zerolog-dev, golang-github-satori-go.uuid-dev, golang-github-shopspring-decimal-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-crypto-dev, golang-golang-x-text-dev, golang-go.uber-zap-dev, golang-pq-dev, 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.