Home > Article > Backend Development > How to connect Microsoft Access database from Go project?
I am developing a local project for a private company that should use MS Access with golang, but I didn't find anything from Go Information about the program's connection to the MS Access database.
I found the github.com/bennof/accessDBwE
library but I can't get it to work. Does anyone know the situation in this regard?
Thanks in advance.
Solve the problem of github.com/mattn/go-adodb
library. Now I can connect to the MS Access database and execute SQL queries on it.
The above is the detailed content of How to connect Microsoft Access database from Go project?. For more information, please follow other related articles on the PHP Chinese website!