Live data from Hacker News

Introducing Realm Xamarin: A Reactive Database for .NET

realm.io

1–10 of 17 posts

Re: Introducing Realm Xamarin: A Reactive Database for .NET

#5
post #4

What's meant by a reactive database vs a non-reactive one?

Hey, Yavor on the Realm team here. A reactive database allows you to structure your code so that you "react" to changes in your data layer - you don't have to re-run queries to get updates, because Realm updates all your data objects to point to the newest version of your data. Check out the sample code in your blog post: https://realm.io/news/introducing-realm-xamarin

Re: Introducing Realm Xamarin: A Reactive Database for .NET

#6
post #4

What's meant by a reactive database vs a non-reactive one?

Hey, Yavor on the Realm team here. A reactive database allows you to structure your code so that you "react" to changes in your data layer - you don't have to re-run queries to get updates, because Realm updates all your data objects to point to the newest version of your data. Check out the sample code in your blog post: https://realm.io/news/introducing-realm-xamarin

Derp. your blog post should read the blog post.

Re: Introducing Realm Xamarin: A Reactive Database for .NET

#8
Couchbase Mobile is also available for .Net here: http://developer.couchbase.com/documentation/mobile/1.1.0/ge...

In addition to the reactive features that Realm offers, it also supports offline synchronization and works with a server component that offers fine grained acces control.

Post reply on HN