Can I use trusted connection
in the connection string to connect to MS-SQL? I'm using denisenkom/go-mssqldb?
This is a sample connection string that I see from an article:
server=localhost;user id=sa;password=SA_PASSWORD=yourStrong(!)Password;
The documentation section does not mention about the trusted connection
.