Hi all.
I added 'go-adodb' into my github repos.
This is Microsoft ActiveX Object DataBase driver using exp/sql/driver package. The driver is implemented of 'exp/sql/Driver' completely. Of course, this module only works for windows. However, this is not a cgo module. This is using go-ole module that I wrote, so it's written in pure go.
Note that this very experimental. :)
Thanks.