Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] [WIP] Support Realm.io as storage provider #292

Closed
wants to merge 1 commit into from

Conversation

flagbug
Copy link
Member

@flagbug flagbug commented May 25, 2016

This PR supersedes #287

This is an extremely rough implementation and currently doesn't even compile, because Realm doesn't support storing byte[] arrays yet.

I just wanted to get this PR so people can comment on it and see the progress.

@flagbug flagbug mentioned this pull request May 25, 2016
7 tasks
@AndyDentFree
Copy link

Note that a PR for byte[] in Realm has gone through review so this is very likely to be out this week.

@AndyDentFree
Copy link

We just shipped v 0.75.0 of Realm adding byte[] support so please carry on with this branch.

@promontis
Copy link

@flagbug What's the progress on this?

@flagbug
Copy link
Member Author

flagbug commented Sep 22, 2016

I'll continue the work on this soonish™

@AndyDentFree
Copy link

The ObjectForPrimaryKey call is significantly more streamlined than previous queries as it avoids all the LINQ processing (after my embarrassing bug in 0.78.0 was fixed). Checking if it returns null is also the fastest check to see if an object exists.

@ghuntley ghuntley closed this Nov 4, 2016
@glennawatson glennawatson deleted the realmio branch December 27, 2018 01:36
@lock lock bot locked and limited conversation to collaborators Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants