Categorygithub.com/olivere/sqltype
repositorypackage
0.2.0
Repository: https://github.com/olivere/sqltype.git
Documentation: pkg.go.dev

# README

What is it?

Build Status

The sqltype package is a set of types that embraces the sql.Scanner interface from database/sql to other types, e.g. time.Time with sqltype.NullTime and time.Duration with sqltype.NullDuration.

Prior art

Parts of this are taken from the lib/pq library, e.g. the sqltype.NullTime has been take from here.

License

MIT. See LICENSE file.