Keep an eye on the changes and todo file for future updates. In this latest release, I’ve removed the use of NSExceptions, since I hate them (use [db hadError] to check for problems). I’ve also removed the FMDatabaseAdditions, since they all of a sudden seemed to be crashing for me (whoops?). These were the simple query calls like “stringForQuery:” and “intForQuery:”.
If you just want to download the source, copy and paste this in your shell:
svn co http://flycode.googlecode.com/svn/trunk/fmdb fmdb
Or use Versions, new (and very pretty) subversion client for osx.
Patches, comments, and ideas are always welcome.