Collaborative Offline-First SQLite Wrapper


Summary of my bookmarked Github repositories from Dec 1st, 2023

Github repositories

  • orbitinghail/sqlsync

    SQLSync is a collaborative offline-first wrapper for SQLite, synchronizing web app states across users, devices, and the edge. Use cases include structured file-oriented data models like Figma, running on the edge with network tolerance, and enabling optimistic mutations on SQLite read replicas. Explore the Todo list demo for real-time collaboration and offline-first functionality. Features include eventually consistent SQLite, optimistic reads/writes, reactive query subscriptions, cross-tab sync, and a React library. To use or contribute, join the SQLSync Discord community and follow the installation guide.