mssql-simple: SQL Server client library implemented in Haskell

[ bsd3, database, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/mitsuji/mssql-simple#readme


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), binary, bytestring, hostname, ms-tds (>=0.4 && <0.5), mtl, network, template-haskell, text, time, tls, uuid-types [details]
License BSD-3-Clause
Copyright 2019 Takamasa Mitsuji
Author Takamasa Mitsuji
Maintainer tkms@mitsuji.org
Category Database
Home page https://github.com/mitsuji/mssql-simple#readme
Bug tracker https://github.com/mitsuji/mssql-simple/issues
Source repo head: git clone https://github.com/mitsuji/mssql-simple
Uploaded by tkmsm at 2020-06-20T23:57:42Z
Distributions
Downloads 5736 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Last success reported on 2020-06-21 [all 3 reports]

Readme for mssql-simple-0.6.0.1

[back to package description]

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