Best and Faster Data base "Realm"
Updated August 24, 2021

Best and Faster Data base "Realm"

Mantosh Kumar | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Overall Satisfaction with Realm

Realm is an open-source database for the mobile platform. So I have used it in my many IOS project. My current project also using Realm Database. My current project is related to agriculture and it needs to run full offline mode (without internet) with huge data. so after a log of R&D, we finally selected Realm. It is used by the Android team as well. Fetching data from the realm Database is very fast and this makes our app after and because of this we as a developer and client are too happy. I feel it is the best Database available in the market.
  • It is faster then other Data base
  • It support multiple platform
  • It free of cost, and easy to integrate in project
  • It has good Documentation.
  • As it has all type of necessary feature which should have any Data base.
  • If we can save full structure in Realm easily then i think it will be good for developer.
  • Realm Queries are very easy to understand and use
  • Easy to install.
  • It is very light weight.
  • It is free.
  • It support multiple platform.
  • Because of Realm our app is very fast and light weight.
  • It has all types of features that should have any Data base, because of that we actives all required features of the app.
From my experience Realm is fatter than SQLite. Realm has less Query and is easy to understand. even new developers also can use it In his/her project. It has a good document so a new developer can read and understand and apply it to the project. SQLite is old and not so easy to understand. we need to add a third-party library to easily use SQLite.

Do you think Realm delivers good value for the price?

Yes

Are you happy with Realm's feature set?

Yes

Did Realm live up to sales and marketing promises?

Yes

Did implementation of Realm go as expected?

Yes

Would you buy Realm again?

Yes

In my current project, I am saving the full model into the Realm Database. it takes very little time to integrate into our existing project.
So it helps us to save a lot of time and easy to fetch data and CRUD operation with any type of data. and according to our need, we can modify it as well.