Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 564 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 564 Bytes

SwiftTDS (TDS Implementation)

Non-blocking, event-driven Swift implementation of the Tabular Data Stream (TDS) Protocol built on top of SwiftNIO.

This package provides a client implementation of the TDS protocol, with functionality for connecting to, authorizing, and querying instances of Microsoft's SQL Server.

It is currenlty under active development and is an incomplete implementation of the protocol.