CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2016 |
Maintained 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.
You can use GSSqlHelper directly ,but I strongly propose inherit it.