Realm DB vs. Room DB in a Nutshell

preview_player
Показать описание
Follow for more Kotlin & Android tips! 💻
#kotlin #kotlintips #androiddeveloper #android #androiddev #androidcoding #androiddevs #mobiledev #mobiledeveloper #mobiledevelopment #softwareengineering #softwareengineer
Рекомендации по теме
Комментарии
Автор

I like it! The new style is so good. and the humour 😂

bidbid
Автор

The animation style and this new brand is just so beautiful

FemiOkedey
Автор

Realm is for Multiplatform (Native Android dev already has a treasure that is Room )

mubaraknative
Автор

I reckon that room will get better soon

John-qtqk
Автор

I love using Realm, it's so intuitive!

antpr
Автор

In my practice, the realm needs more code than Room.
In realm you need make much code, in room you only describe in interface, what request to do and what data you need to get.
So Realm has more boilerplate code.

But I agree that Realm has many features that Room does not have.

antoneltonij
Автор

I don't know where boilerplate code in Room, when there is basically annotations that write queries for you like @Upsert. Specific dto data classes to describe tables in db? As far as I know you should do the same in Room(but we have old version in project)

kovshichek
Автор

use sqldelight for multiplatform, not realm

FreedivingTrainer
Автор

As someone who works with a complex dataset in TypeScript with Realm. I would much rather use Kotlin with Room because SQL is much better suited for a complex database.

nrg
Автор

Room for native Kotlin. Realm for KMP. End of story.

itszechs