Hi Guys.
I am creating a simple ios app for user registration using swift 3.1 and xcode 8.3.3 on macOS.
I want to save all the information related to user registration in MySQL database,but for this I need to connect with MySQL server.
I did research over this but I didn't found any references or link which is helpfull for me.actually most of the refrences using PHP to connect with MySQL but I dont want use this .
So could you please suggest me the way that how can I connect with MySQL?
Thanks ,
Arun Kaushik