@hackage / mssql-simple

SQL Server client library implemented in Haskell

Latest0.6.0.5

About

Metadata

  • Last updated , by tkmsm
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: tkms@mitsuji.org

  • Lottery factor: 0

Links

Installation

Readme

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

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