FMDB (Flying Meat DB wrapper for sqlite3) for iPhone
February 26th, 2009 - iphone - No CommentsYesterday I started a simple application and decides to utilize FMDB wrappers sqlite3. Why?
sqlite3 function calls are low level C, and binding between Object-C types and these C function calls is a little cumbersome and ugly (converting to/from UTF8 string and such.)
The more code, the more clutter/change for bugs & maintenance headache. Less is more.
[...]