README

December 20, 2013 ยท View on GitHub

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.