Can I connect to SqlServer (MSSQL) using Haskell and Linux?

It is unclear if anyone has / successfully connected MSSQL from Haskell and Linux. I found things like this windows tutorial , but found nothing promising for Linux. Does anyone know here?

+5
source share
1 answer

The HDBC library allows you to connect to any ODBC- enabled database, which I'm sure Sql-Server does.

+12
source

All Articles