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.

18 starsRust

Loomabase – Offline-first column-level CRDT sync for SQLite + Postgres

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

AI Analysis

●●SolidBig BrainWizardry

Column-level CRDTs beat row-level sync when edits conflict across devices.

Strengths
  • Column-granularity prevents unrelated offline edits from overwriting each other
  • Safe Rust core with schema-checked sync rejects mismatches before mutation
  • Transport-agnostic design works with HTTP, WebSocket, QUIC, or embedded
Weaknesses
  • Wire protocol remains pre-1.0, limiting production deployment confidence
  • Sync engine category already has ElectricSQL, PowerSync, and others
Target Audience

Backend developers building offline-first applications

Similar To

ElectricSQL · PowerSync · Replicache

Similar Projects