Package csql provides convenience functions for use with the types and
functions defined in the standard library database/sql
package.
If you have Go installed and
your GOPATH is setup, then
csql
can be installed with go get
:
go get github.com/BurntSushi/csql
Documentation is available at godoc.org/github.com/BurntSushi/csql.
At the moment, this project is a bit of an experiment. I'd like to try and use it in a few packages to see if it shortens the amount of boiler plate error handling and makes other menial tasks easier.
Expect breaking changes to be made while I experiment.