Thu, 19 Sep 2024 22:28:23 UTC | login

Information for build golang-github-jmoiron-sqlx-1.2.0-1.fc31

ID98988
Package Namegolang-github-jmoiron-sqlx
Version1.2.0
Release1.fc31
Epoch
SummaryGeneral purpose extensions to Golang's database/sql
Description Sqlx is a library which provides a set of extensions on Go's standard database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt, et al. all leave the underlying interfaces untouched, so that their interfaces are a superset on the standard ones. This makes it relatively painless to integrate existing codebases using database/sql with sqlx.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 11:13:46 UTC
CompletedWed, 24 Jul 2019 11:13:46 UTC
Tags
f31
RPMs
src
golang-github-jmoiron-sqlx-1.2.0-1.fc31.src.rpm (info) (download)
noarch
golang-github-jmoiron-sqlx-devel-1.2.0-1.fc31.noarch.rpm (info) (download)
Changelog * Tue May 07 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1 - Initial package