Popularity
5.1
Growing
Activity
2.0
-
8
3
3

Monthly Downloads: 18
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Database    
Latest version: v0.6.0.0

mssql-simple alternatives and similar packages

Based on the "Database" category.
Alternatively, view mssql-simple alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mssql-simple or a related project?

Add another 'Database' Package

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

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