hdx/vendor/github.com/jmoiron/sqlx/types
Derek McQuay 59af8fc84f
initial commit
Signed-off-by: Derek McQuay <derekmcquay@gmail.com>
2018-04-10 19:17:26 -07:00
..
README.md initial commit 2018-04-10 19:17:26 -07:00
types.go initial commit 2018-04-10 19:17:26 -07:00
types_test.go initial commit 2018-04-10 19:17:26 -07:00

README.md

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.