Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snuk182/odbc

Automatically exported from code.google.com/p/odbc
https://github.com/snuk182/odbc

Last synced: about 1 month ago
JSON representation

Automatically exported from code.google.com/p/odbc

Awesome Lists containing this project

README

        

This repository holds odbc driver written in go.

It implements database driver interface as used by standard database/sql package.
Calls into odbc dll on Windows, and uses cgo everywhere else.