I am trying to connect MS-SQL from Elixir with tds. I do not have an userid-password, instead use windows auth. Is there a way to use the windows authentication to connect to a MS-SQL server. Something along the lines -
{:ok, pid} = Tds.start_link([hostname: "----", trusted_connection: :true, database: "---", port: 1433, ssl: :required])