golang-github-jackc-pgconn 1.14.0-1 source package in Ubuntu

Changelog

golang-github-jackc-pgconn (1.14.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.14.0
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Reorder fields in debian/control and debian/copyright
  * Update versioned dependencies as per go.mod
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Mon, 26 Feb 2024 18:51:32 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jackc-pgconn_1.14.0-1.dsc 2.6 KiB 34063859b31c22b38130feb7491bab1fbe923085ee595d9837439b2be7ed803b
golang-github-jackc-pgconn_1.14.0.orig.tar.gz 62.9 KiB 65d8535d6400998312cddb6075da161cee9f2b9859da4e926463aedacbd8565d
golang-github-jackc-pgconn_1.14.0-1.debian.tar.xz 2.6 KiB 21076611108b9da0a3dd4c4d769fed93fc47868b01ea17a087387a5a644070a3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jackc-pgconn-dev: 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.