golang-github-gocql-gocql 1.3.1-1 source package in Ubuntu

Changelog

golang-github-gocql-gocql (1.3.1-1) unstable; urgency=medium

  * New upstream release.
  * Drop patch applied upstream.

 -- Sascha Steinbiss <email address hidden>  Thu, 15 Dec 2022 13:24:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gocql-gocql_1.3.1-1.dsc 2.3 KiB 3709d8cda76ad954e202482b468387effd293c9ec0696fe7f23a7b8763c7fa31
golang-github-gocql-gocql_1.3.1.orig.tar.gz 215.4 KiB c6e3618c3266a8555079e57bdd717006ff863f60fb3ad7142b33d794537558e6
golang-github-gocql-gocql_1.3.1-1.debian.tar.xz 4.2 KiB d70da94cc64e9c4f32286cbce6f0c786a52a0c6f4c3ec443ef4f0b271345ef0c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gocql-gocql-dev: fast and robust Cassandra client for Go

 gocql implements a fast and robust Cassandra client for the Go
 programming language. It supports the following features:
 .
   * cluster management
   * automatic and safe type conversion between Cassandra and Go without any
     loss of precision
   * synchronous API with an asynchronous and concurrent back-end
   * result paging
   * atomic batch execution
   * query tracing to obtain a detailed output of all events that happened
      during the query execution
   * frame compression
   * support of multiple Cassandra versions