realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

CRDT Counter #4115

Closed cmelchior closed 7 years ago

cmelchior commented 7 years ago

Sync has support for CRDT Counters through special instructions on a normal integer column. We should expose this as a separate type usable in Realm Model classes.

We need to determine exactly how the class is going to look like and what operations should be available on it.

Object Store issue discussion implementation details there can be found here: https://github.com/realm/realm-object-store/issues/357 and those needs to be finalized before we can implement anything in Java.

Tasks

cmelchior commented 7 years ago

Replaced by #4266