Skip to content

Releases: nhgrif/SQLConnect

Objective-C Nullability and CocoaPod support

24 Jun 00:49
Compare
Choose a tag to compare

This release should work well with Swift, as nullability annotations have been added to the library. All implicitly unwrapped optionals should now be replaced with optionals and non-optionals.

You can now use SQLConnect with CocoaPods. Just add the following to your pod file:

pod 'SQLConnect', :git => 'https://github.com/nhgrif/SQLConnect'

SQL Connect v1.0.0

24 Jun 00:36
Compare
Choose a tag to compare

This is the initial GitHub release for SQL Connect. Primarily I'm only creating this release to track downloads.

Upcoming planned patches include:

  • Support for cocoapods.
  • Objective-C Nullability annotations so it works better with Swift.

If you have any issues or feature requests, please let me know.