Skip to content

odbc driver written in go (modified to work with IBM ObjectServer)

License

Notifications You must be signed in to change notification settings

freebytego/odbc-golang

 
 

Repository files navigation

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.

modified to user SQLExecDirect instead of SQLExecute

warning: not all functionality has been tested! Things may not work

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

About

odbc driver written in go (modified to work with IBM ObjectServer)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.8%
  • Perl 4.5%
  • Makefile 2.7%