I am new to Informix and I want to establish a connection to Informix in golang. I have come across 2 approaches.
- The ifxgo package: The github doc "https://github.com/OpenInformix/IfxGo" didnt include any examples on how to import or use it.
- alexbrainman/odbc: When I tried with the alexbrainman/ODBC package,it gave an error
SQLDriverConnect: {IM002} [unixODBC][Driver Manager]Data source name not found and no default driver specified
What must be the method to connect to Informix in golang?