Switch language한국어
Back to the list

Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores | Hacker News

TL;DR AI

Key summary

2 min read
  1. Syncular was unveiled as an offline-first SQL synchronization platform, built over a year after an earlier CRDT-based datastore approach proved insufficient.

  2. It combines local SQLite, a durable outbox, and a server-authoritative commit log to make offline writes and resynchronization reliable.

  3. The system ships separate TypeScript and Rust cores, validated against a shared conformance suite and exposed to multiple runtimes and frameworks.

  4. Its focus goes beyond convergence to cover authorization changes, bootstrap, conflict handling, schema evolution, and auditability.

Read the original