Introducing Realm React Native
realm.io
Introducing Realm React Native
1–10 of 17 posts
Re: Introducing Realm React Native
#2Re: Introducing Realm React Native
#3Re: Introducing Realm React Native
#4What about PhoneGap? Seems weird to support React Native but not PhoneGap.
Re: Introducing Realm React Native
#5Re: Introducing Realm React Native
#6can it be used as a simple key/value store?
Re: Introducing Realm React Native
#7[1] http://blog.couchbase.com/2015/november/getting-started-with...
Re: Introducing Realm React Native
#8can it be used as a simple key/value store?
Patrick from Realm here. Realm _can_ be used as a key-value store using our primary keys but at the moment it does expect a fixed schema (all of the keys can be optional though). It’d be trivial for us to relax that requirement and we do have dynamic APIs that allows this on Swift/Objective-C/Java. That said, there’s a lot more Realm can do that a K/V store can’t such as query efficiently on arbitrary properties, lin…
Re: Introducing Realm React Native
#9Earlier quoted context omitted.
Patrick from Realm here. Realm _can_ be used as a key-value store using our primary keys but at the moment it does expect a fixed schema (all of the keys can be optional though). It’d be trivial for us to relax that requirement and we do have dynamic APIs that allows this on Swift/Objective-C/Java. That said, there’s a lot more Realm can do that a K/V store can’t such as query efficiently on arbitrary properties, lin…
Yes -- is there a doc about the graph semantics?
You can probably find some more advanced examples in our Swift docs https://realm.io/docs/swift/latest/#relationships
We’re barely scratching the surface of this in our query language, which is heavily NSPredicate-inspired, but we might add more OpenCypher-ish features in the future. (And we’d greatly appreciate concrete use-cases or anything else you can share in a GitHub issue to help us prioritize development) https://github.com/realm/realm-js/issues