Hacker News new | ask | show | jobs
by skue 4629 days ago
I'm curious why you find FMDB cumbersome? I've always found it pretty easy to work with.
1 comments

I find it cumbersome because it's as much work as Core Data and seems to have many of the same API choices around threading, but I also have to write SQL. I don't like writing SQL.