golang-github-gocql-gocql 1.6.0-2 source package in Ubuntu
Changelog
golang-github-gocql-gocql (1.6.0-2) unstable; urgency=medium * Bump Copyright year in d/changelog. * Move to golang section. * Mention that forwarding the lz4 patch is not needed. * Complete repository information in upstream metadata. -- Sascha Steinbiss <email address hidden> Sat, 21 Oct 2023 10:39:09 +0200
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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-gocql-gocql_1.6.0-2.dsc | 2.3 KiB | c5fbf93114e4fb1c107e61f2efae4a50e4b9ad84c2f1bbcf9addda1578efec1d |
golang-github-gocql-gocql_1.6.0.orig.tar.gz | 222.9 KiB | 9b98b1845419cd720e99b2ad1a6f5f05150e8c9353e5ff1e472ac771f596e104 |
golang-github-gocql-gocql_1.6.0-2.debian.tar.xz | 4.3 KiB | 26793b14651c58339b8dc60274154510c1e64ab33836866b6ea87b9f3c6dd880 |
Available diffs
- diff from 1.5.2-1 to 1.6.0-2 (7.8 KiB)
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