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


Keywords
database, library, Propose Tags , Database.Tds.Message, Database.Tds.Primitives.Fixed, Database.Tds.Transport, mssql-simple, mssql-simple-example, binary, Binary.put, Binary.get
License
BSD-3-Clause
Install
cabal install ms-tds-0.4.0.2

Documentation

ms-tds: TDS Protocol implemented in Haskell

This library is a Haskell implementation of the Tabular Data Stream (TSD) protocol used by Microsoft SQL Server and others.

Related projects

Advantage

  • ODBC independent

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

  • Supports encryption at login

  • Implemented as binary package compatible data types

  • Intended for use in both Client library and Server library implementations

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

  • Tested with SQL Server 2008 R2, SQL Server 2014

Todo