Back to browse
GitHub Repository

Offline-first synchronization engine for SQLite and PostgreSQL, built in Rust with column-level CRDTs, authoritative partial replicas, and secure multi- tenancy.

27 starsRust

Loomabase – Column-level CRDT sync for SQLite + Postgres

by vforno·Jun 26, 2026·2 points·0 comments

AI Analysis

●●●BangerWizardryBig BrainBold Bet

Column-level CRDTs prevent overwrite conflicts that row-level sync causes.

Strengths
  • Column-level CRDT convergence prevents unrelated offline edits from overwriting each other.
  • Schema-checked sync rejects mismatched clients before any mutation occurs.
  • Rust implementation with bounded untrusted input validation.
Weaknesses
  • Wire protocol remains pre-1.0, requiring production environment gates.
  • Only 27 GitHub stars suggests limited community adoption so far.
Target Audience

Developers building offline-first applications with sync requirements

Similar To

ElectricSQL · PowerSync · InstantDB

Similar Projects