I have a question, is there a better database than...
# multiplatform
k
I have a question, is there a better database than Room database?
p
A lot of folks use sqldelight
j
I'll also note that neither Room nor SQL Delight are databases.
Both Room and SQL Delight sit on top of a database to make working with it easier, but you should choose the database not by the abstraction you use but the capabilities it provides.
🙌 1
p
Very good point. SQLite is the underlying db for both. I just assumed they wanted something equivalent to room.
j
SQLDelight can actually talk to other engines beyond just SQLite.
p
Oh very cool!
k
Now what I should use?
@Pearce Keesling, @jw
a
Depends on your use case. But if you are looking for a personal preference, I'd choose SQLDelight over Room
👍 1