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

[Last Documentation]

  • Database
    • MSSQLServer
      • Database.MSSQLServer.Connection
      • Database.MSSQLServer.Query
        • Database.MSSQLServer.Query.Only
        • Database.MSSQLServer.Query.ResultSet
        • Database.MSSQLServer.Query.RpcQuerySet
        • Database.MSSQLServer.Query.RpcResultSet

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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, ms-tds (<0.2), network, text, time, tls [details]
License BSD-3-Clause
Copyright 2019 Takamasa Mitsuji
Author Takamasa Mitsuji
Maintainer tkms@mitsuji.org
Revised Revision 1 made by tkmsm at 2019-05-18T23:27:45Z
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 2019-05-17T13:55:53Z
Distributions
Downloads 5783 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-05-17 [all 3 reports]

Readme for mssql-simple-0.1.0.0

[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

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

  • Tested with SQL Server 2008 R2

Todo