Simon Choi
Simon Choi
IndexedDB does not support synchronous access so it's not possible for Isar to provide synchronous methods on web :/
Your first issue can be avoided with `await`. For automatically loading many links there is no great solution right now :( I'll use this issue to remember documenting this web...
@Macacoazul01 there are no plans to do that.
Also a very interesting approach is the [Gun database](https://github.com/amark/gun).
@AKushWarrior Yes, I agree. Strong eventual consistency would allow us to provide "batteries included" integrations without user interference or manual conflict resolution.
> this architecture may introduce problems if the database is not compatible with CRDT I think we will have to implement the database integration anyway since there is no standardized...
[Great talk on the topic.](https://www.youtube.com/watch?v=x7drE24geUw)
The paper I linked before has a [reference implementation](https://github.com/automerge/automerge) and a [port to rust](https://github.com/automerge/automerge-rs). But we will probably need to come up with a mix of existing solutions. The automerge...
@joe-getcouragenow Thanks for all the resources and topics to think about. I'll take me some time to explore all of them and properly respond. > Once you have a DB...
@Manuelbaun Thanks, this looks very interesting. We'll probably still end up implementing it in Rust and JS respectively.