# README
sqlt
Minimal set of useful things to work with database in Go.
Installation
go get -u github.com/mono83/sqlt
Provided custom types
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