Popularity
3.9
Growing
Activity
0.0
Stable
3
4
1

Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Tags: Database    

tds alternatives and similar packages

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

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

Add another 'Database' Package

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.