j-mueller / mssql-simple

SQL Server client library implemented in Haskell

Home Page:https://hackage.haskell.org/package/mssql-simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mssql-simple: SQL Server client library implemented in Haskell

This is a Haskell implementation of client library for Microsoft SQL Server.

Usage Example

https://github.com/mitsuji/mssql-simple-example/blob/master/app/Main.hs

Related projects

Advantage

  • ODBC independent

  • Implemented only with Haskell (Independent of other languages ​​and environments)

  • Supports encryption at login

  • Supports simultaneous acquisition of multiple record sets

  • Supports stored procedure RPC

  • Supports Transaction

  • 7.1 Revision 1 (SQL Server 2000 SP1 and later)

  • Tested with SQL Server 2008 R2, SQL Server 2014

Todo

About

SQL Server client library implemented in Haskell

https://hackage.haskell.org/package/mssql-simple

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%