Minimal set of useful things to work with database in Go.
go get -u github.com/mono83/sqlt
sqlt.TrueFalse
- to read boolean value stored in database asenum(true,false)
sqlt.UnixSecinds
- to readtime.Time
value stored in database as integer unix timestamp in seconds