ms-tds: TDS Protocol implemented in Haskell

[ bsd3, database, library ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

  • Database
    • Tds
      • Database.Tds.Message
        • Database.Tds.Message.Client
        • Database.Tds.Message.DataStream
        • Database.Tds.Message.Header
        • Database.Tds.Message.Prelogin
        • Database.Tds.Message.Server
      • Primitives
        • Database.Tds.Primitives.Collation
        • Database.Tds.Primitives.DateTime
        • Database.Tds.Primitives.Decimal
        • Database.Tds.Primitives.Fixed
        • Database.Tds.Primitives.Float
        • Database.Tds.Primitives.Money
        • Database.Tds.Primitives.Null
      • Database.Tds.Transport

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.3.0.1, 0.4.0.0, 0.4.0.1, 0.4.0.2
Change log ChangeLog.md
Dependencies array, base (>=4.7 && <5), binary (>=0.8.1.0), bytestring, crypto-random, data-default-class, mtl, network, template-haskell, text, time, tls, uuid-types, x509-store, x509-system [details]
License BSD-3-Clause
Copyright 2019 Takamasa Mitsuji
Author Takamasa Mitsuji
Maintainer tkms@mitsuji.org
Category Database
Home page https://github.com/mitsuji/ms-tds#readme
Bug tracker https://github.com/mitsuji/ms-tds/issues
Source repo head: git clone https://github.com/mitsuji/ms-tds
Uploaded by tkmsm at 2022-01-13T09:30:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4276 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-01-13 [all 1 reports]

Readme for ms-tds-0.4.0.2

[back to package description]

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.

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