csql

Package csql provides convenience functions for use with the types and functions defined in the standard library `database/sql` package.

5
0
5
Go
public

Package csql provides convenience functions for use with the types and
functions defined in the standard library database/sql package.

Installation

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

Documentation is available at
godoc.org/github.com/BurntSushi/csql.

Unstable

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.

v0.3.3[beta]