Is there any common sqlite3 connection class available for working with the iPhone SDK. I realize that it is quite easy to connect and run queries everytime, but to save up more time it would be a real help if we could use a class to handle all the sql directly.
I would imagine something which returns a NSMutableArray if you pass a query to it.
Is there something available?