How to connect MSSQL database in Swift

Hello, One of my application I want to connect my local database using cell phone. Actually there are some resources like https://github.com/martinrybak/SQLClient

but it is Objective-C or web service(php). I just want if my application and the computer on which the database is installed, on same WIFI connect and query like (SELECT * FROM ...). Is there any easy way or third party library for this. Thank you.

Replies

You do realize you can use Objective-C libraries from Swift, right?

yes, I noticed but i just looking for swift library.. now I'm trying to use this library..