You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.
yes, this works with crdt, or any scuttlebutt subclass.
in the level-scuttlebutt readme,
level_scuttlebutt(sbDb, udid, function (name) {
//create a scuttlebutt instance given a name.
//the key will match the start of the name.
return new Model() /***** or crdt, or any scuttlebutt ***/
//now is a good time to customize the scuttlebutt instance.
})
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now it seems as thought this only works with ScuttleButt
https://github.com/dominictarr/crdt/blob/master/doc.js#L6
It looks like it should be a matter of just allowing a scuttlebutt type to be passed to crdt.
Any thoughts?
Interested in this as a pull req?
The text was updated successfully, but these errors were encountered: