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
- Host: GitHub
- URL: https://github.com/maximbilan/ios-mysql-client
- Owner: maximbilan
- Created: 2013-12-24T18:51:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T19:10:39.000Z (over 7 years ago)
- Last Synced: 2025-04-14T06:55:10.060Z (8 months ago)
- Topics: ios, mysql, mysql-database, objective-c, wrapper
- Language: Objective-C
- Homepage:
- Size: 8.05 MB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.