SQLConnect icon indicating copy to clipboard operation
SQLConnect copied to clipboard

A library for connecting iOS applications to Microsoft SQL Server

TODO: improve this readme TODO: improve documentation, and provide some example usage TODO: some way of parameterizing queries

Credits:

  • FreeTDS - http://www.freetds.org
  • SQLClient - https://github.com/martinrybak/SQLClient (this singleton block-based approach provided some inspiration for my delegate-based approach)