Believe that many people with the iphone's SQLite will not be directly in the C method, or to package a layer of object C access method, or use CoreData, below I tidy up some of the currently closed some SQLite packaging class.
1.CoreData, needless to say, there are many official documents.
2.FMDB, let you more familiar with the use of the method of the object C use SQL for SQLite operation, the file is also relatively small, very light, found the problem, their own estimate can be solved.
Https://github.com/ccgus/fmdb
3. Sqlitepersistentobjects, more object-oriented operations database, is also very good.
Http://code.google.com/p/sqlitepersistentobjects/source/checkout
4. Chibiorm, Fmdb's encapsulation solves the disadvantage of Fmdb object-oriented problem.
http://code.google.com/p/chibiorm/
svn:http://chibiorm.googlecode.com/svn/trunk/
Original: http://www.cnblogs.com/likwo/archive/2011/08/03/2126400.html
Some of the iphone SQLite packaging classes