An open API service indexing awesome lists of open source software.

https://github.com/maximbilan/ios-mysql-client

iOS MySQL client
https://github.com/maximbilan/ios-mysql-client

ios mysql mysql-database objective-c wrapper

Last synced: 8 months ago
JSON representation

iOS MySQL client

Awesome Lists containing this project

README

          

iOS MySQL Client
================

Simple Objective C wrapper for using mysql database on iOS platform.

In the sample project you can found mysql_connector compiled for iOS platform and Objective C wrapper for this.
Also there's example controller and example table classes for db connection and simple working with tables.