mobile - Using Realm for Xamarin Forms with a preexisting SQL database? -


we have preexisting sql database holds our data , updated time time. i've stumbled across realm , don't quite understand how works @ moment.

from examples i've seen looks if realm creates database locally on mobile device (please correct me if i'm wrong). not want. want our data live on server , pull application.

can done purely realm? or should somehow pull sql server? what's best way achieve this?

thanks!


Comments