Best Libraries
- FMDB - “A Cocoa / Objective-C wrapper around SQLite” (1st most popular on github). More documentation.
- TouchSQL - “Modern sqlite wrapper” (2nd most popular on github)
Ok Libraries
- GTMSQLite - part of Google Toolbox for Mac
- CoreSQLite 3 - “fast, clean, powerful” (3rd most popular on github). Too close to raw sqlite.
Other Libraries
- ZIM SQLite Query Builder - “will build SQL statements and manage database connections, plus ORM”
- Plausible Database - “SQL database access library, initially focused on SQLite as an application database”
- EntropyDB - “embedded object database”. no sql coding necessary.