Skip to content

sigmacomputing/odbc

 
 

Repository files navigation

ODBC Driver package forked from alexbrainman/odbc. Thank you to Alex Brainman for his numerous contributions to the go community.

This package was manually forked from the source as Alex doesn't have much time these days to maintain the package or pull in community contributions. This repo was spun off so that community contributions could be pulled in.

Original README.md:

odbc driver written in go. Implements database driver interface as used by standard database/sql package. It calls into odbc dll on Windows, and uses cgo (unixODBC) everywhere else.

To get started using odbc, have a look at the wiki pages.

About

Go ODBC driver/connector. Forked from alexbrainman/odbc to mainline some community contributions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.4%
  • Perl 2.3%
  • Makefile 1.3%