cachapa / hive_crdt

A CRDT backed by a Hive store
https://pub.dev/packages/crdt_hive
Apache License 2.0
19 stars 6 forks source link

Example for isar #1

Open thangmam opened 2 years ago

thangmam commented 2 years ago

Hello, can you provide a sample implementation for isar database. Thanks

satvikpendem commented 1 year ago

I'd also like to see this. I would be down to collaborate on this if anyone else wants to help.

cachapa commented 1 year ago

That would be a separate isar_crdt package :-)

I'm currently focusing on Sqlite CRDTs so I probably won't have the time to invest in Isar so soon. I'm also not sure anymore that having a common crdt package makes sense since storage implementations vary so much in their capabilities.