Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to connect to SqlServer (MSSQL) with Haskell and Linux?

It's unclear to me whether anyone has/is successfully connected to MSSQL from Haskell and Linux. I've found things like this windows guide but nothing promising looking for Linux. Does anyone have any insight here?

like image 729
Luke Hoersten Avatar asked May 18 '12 21:05

Luke Hoersten


1 Answers

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

like image 92
evilcandybag Avatar answered Sep 20 '22 10:09

evilcandybag