Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 448 Bytes

go-adodb

Microsoft ADODB driver conforming to the built-in database/sql interface

Installation

This package can be installed with the go get command:

go get github.com/mattn/go-adodb

Documentation

API documentation can be found here: http://godoc.org/github.com/mattn/go-adodb

Examples can be found under the ./_example directory

License

MIT: http://mattn.mit-license.org/2015

Author

Yasuhiro Matsumoto (a.k.a mattn)