Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snuk182/odbc
- Owner: snuk182
- License: bsd-3-clause
- Created: 2015-03-20T09:23:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T09:26:32.000Z (almost 10 years ago)
- Last Synced: 2023-08-05T21:23:17.698Z (over 1 year ago)
- Language: Python
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
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.