You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Brainman edited this page Jun 15, 2015
·
3 revisions
Introduction
So you want to use odbc from your Go project? Perhaps you prefer Microsoft's SQL server over alternatives or you need to connect to a third party database. Look no further!
Installing
Installing odbc on Windows is as easy as running go get github.com/alexbrainman/odbc from the command line.
You are now able to connect to a Microsoft SQL database from a Go program running on Windows.
If all went well, you should consider running the supplied unit tests to make sure your environment is working.