[pkg-go] Bug#844468: ITP: golang-github-jmoiron-sqlx -- General purpose extensions to golang's database/sql

Potter, Tim (HPE Linux Support) timothy.potter at hpe.com
Wed Nov 16 04:06:27 UTC 2016


X-Debbugs-CC: debian-devel at lists.debian.org, pkg-go-maintainers at lists.alioth.debian.org
Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot at hpe.com>

* Package name    : golang-github-jmoiron-sqlx
  Version         : sqlx-v1.1+git20160206.61.398dd58-1
  Upstream Author : Jason Moiron
* URL             : https://github.com/jmoiron/sqlx
* License         : Expat
  Programming Lang: Go
  Description     : General purpose extensions to Golang's database/sql library

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.

Major additional concepts are:

  * Marshal rows into structs (with embedded struct support), maps, and slices
  * Named parameter support including prepared statements
  * Get and Select to go quickly from query to struct/slice

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20161116/c175069c/attachment-0001.sig>


More information about the Pkg-go-maintainers mailing list