File: README.md

package info (click to toggle)
golang-github-jmoiron-sqlx 1.1%2Bgit20160206.61.398dd58-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • ctags: 256
  • sloc: makefile: 3
file content (5 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (8)
1
2
3
4
5
# types

The types package provides some useful types which implement the `sql.Scanner`
and `driver.Valuer` interfaces, suitable for use as scan and value targets with
database/sql.