godbc
godbc copied to clipboard
An odbc driver for Go
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.