Thursday, June 21, 2018

How Realm is Better Compared To SQLite

DZone Database Zone
How Realm is Better Compared To SQLite
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:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...