hn • r/hackernews
Comment on: Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores
There's not much there.Trying to guess what's going on from what is there... looks like conflicts are raised on a per row basis, and the app resolves the conflicts.Per-row is going to make it hard to handle a lot of data models. Maybe there's some way to see the whole transaction, but how? And how can you see the server vs local data? You'll want that for many cases.It's right to leave it to the app to resolve conflicts -- there is no one-size-fits-all answer to this. But by providing no tools and, seemingly pushing everything through a per-row API, it's going to be essentially impossible for