I was doing a React-Native project. I was required to save data locally and then I decided to this in Realm.
Soon I found out it has pricing options for cloud database. I'm not able to find out if this DB can use an alternative like sqlite or CoreData like it has mentioned:
"Used by 100k+ developers and downloaded over two billion times. Realm Database is a fast, easy to use, and open source alternative to SQLite and Core Data."
Can I use Realm for free for saving data locally?
Yes definitely you can use Realm
for free to save unlimited data locally. Realm
is only charging for cloud storage
.