This repository holds odbc driver written in go.
It implements database driver interface as used by standard database/sql package. Calls into odbc dll on Windows, and uses cgo everywhere else.