Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does realm store data in mobile?

Tags:

android

realm

I started searching for an alternative to SQLite. I found realm. I understand that it is faster and safer. But I wonder where does realm store data in mobile?

  1. Does it increase App's data size? like sqlite
  2. Can we see the data as the app user? Like sqlite

Any suggestions?

like image 777
Gibbs Avatar asked Mar 12 '23 07:03

Gibbs


1 Answers

1) Does it increase App's data size? like sqlite

Yes, it increase the size.It stores data in data folder.

2) Can we see the data as the app user? Like sqlite

The Realm Browser is only available on Mac OS X at the moment. We are working on Windows & Linux versions. see Official Site

Path of realm file on device How to view my Realm file in the Realm Browser?

like image 164
N J Avatar answered Mar 30 '23 13:03

N J