Categorygithub.com/burntsushi/csql
repositorypackage
0.0.0-20140305014717-0a2b07b57afc
Repository: https://github.com/burntsushi/csql.git
Documentation: pkg.go.dev

# README

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.