Godbc
An odbc driver for Go
Install / Use
/learn @lunny/GodbcREADME
This repository is a fork and improved version of https://code.google.com/p/odbc.
It implements database driver interface as used by standard database/sql package. Calls into odbc dll on Windows, and uses cgo everywhere else.
Currently, it supports sqlserver.
