Releases: nhgrif/SQLConnect
Releases · nhgrif/SQLConnect
Objective-C Nullability and CocoaPod support
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
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.