File: README.md

package info (click to toggle)
golang-github-jmoiron-sqlx 1.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 2
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.