Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - mattn/go-adodb: Microsoft ActiveX Object DataBase driver for go that using exp/sql

Microsoft ActiveX Object DataBase driver for go that using exp/sql - mattn/go-adodb

Visit SiteGitHub - mattn/go-adodb: Microsoft ActiveX Object DataBase driver for go that using exp/sql

GitHub - mattn/go-adodb: Microsoft ActiveX Object DataBase driver for go that using exp/sql

Microsoft ActiveX Object DataBase driver for go that using exp/sql - mattn/go-adodb

Powered by 0x5a.live ๐Ÿ’—

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

Note

If you met the issue that your apps crash, try to import blank import of runtime/cgo like below.

import (
    ...
    _ "runtime/cgo"
)

License

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

Author

Yasuhiro Matsumoto (a.k.a mattn)

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.