@hackage / tds

Pure Haskell TDS protocol implementation. Mainly for beam-mssql and beam-sybase

Latest0.1.0.0

About

Metadata

  • Last updated , by TravisAthougies
  • License MIT
  • Categories Databases
  • Maintained by: travis@athougies.net

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    werror (off by default)

    Enable -Werror during development

Readme

tds: Low-level Haskell TDS interface

This is a low-level client library for databases that support the TDS wire protocol (SQL Server and Sybase for example).

This library does not provide high-level primitives to parse row results. Rather, it works on converting the underlying token streams into something off of which higher-level parsers can be efficiently developed.

This library is used in beam-mssql to provide wire-protocol support.