CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

GSSqlHelper 0.1.3

GSSqlHelper 0.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2016

Maintained by gscool.



  • By
  • gscool

GSSqlHelper is a sql helper class. Be similar to SQLiteHelper class in Android.

It use FMDB to support operate sqlite.

In iOS SDK,I can not find a class that can create or upgrate database like SQLiteHelper in Android, So I do it.

Usage

You can use GSSqlHelper directly ,but I strongly propose inherit it.