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?
- Does it increase App's data size? like sqlite
- Can we see the data as the app user? Like sqlite
Any suggestions?