Hacker News new | ask | show | jobs
by wehadfun 3555 days ago
Can someone explain why use Realm, or CouchDB, over SQLite?
1 comments

Speaking from Realm's side, the primary benefits most developers give are:

- Object-based: not an ORM

- Speed: Realm is quite fast and in some cases faster than SQLite

- Ease-of-use: a lot less boilerplate code and a simple threading model make it easy to get going with.