DZone Database Zone
How Realm is Better Compared To SQLite
While starting a new application, we often wonder which database to use, especially if the application is database intensive. Recently, I came across Realm, which is really well-built and surprisingly very fast compared to SQLite. In this post, I aim at showing how Realm compares to SQLite.
Let’s start with looking at basic CRUD operations in Realm.
No comments:
Post a Comment