Working with Realm Object Server without syncing

Can I access and manipulate data in Realm Cloud through .net or other language the same way that the program Realm Studio does?

I would for example like to update data in a users realm in the server, but I don’t want to use a FullSync to do it locally, and then sync it to she server.
Is this possible, or do I always have to use FullSync to access Realm data?

Studio uses full sync to read the data locally and then syncs any changes to the server. You can use the GraphQL API though - it allows you to read and write data via an http API without synchronizing it first.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.