go-adodb alternatives and similar packages
Based on the "Relational Databases" category.
Alternatively, view go-adodb alternatives based on common mentions on social networks and blogs.
-
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package -
vertica-sql-go
Official native Go client for the Vertica Analytics Database.
Learn any GitHub repo in 59 seconds
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of go-adodb or a related project?
README
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)
*Note that all licence references and agreements mentioned in the go-adodb README section above
are relevant to that project's source code only.