This repository was archived by the owner on Mar 16, 2019. It is now read-only.
lunny/godbc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository is a fork and improved version of [https://code.google.com/p/odbc](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.