Search code examples
androidrealm

Where does realm store data in mobile?


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?


Solution

  • 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?