Popularity
3.4
Growing
Activity
1.1
Growing
2
3
2

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

ms-tds alternatives and similar packages

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

Do you think we are missing an alternative of ms-tds or a related project?

Add another 'Database' Package

README

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