Show HN: Electrolite – embeddable Electric-style sync for SQLite
Category: library
Tags: sqlite, sync, reactive
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 7)
Electrolite brings ElectricSQL-style sync to SQLite, enabling live reactive data synchronization between a backend SQLite database and browser clients via HTTP long-polling. It's interesting because it embeds the sync logic directly in the app without requiring a separate sidecar or native build, using server-defined, authorized Shapes instead of arbitrary client SQL.
Target audience: backend devs
Repository: https://github.com/russellromney/electrolite · Rust · MIT
View on Hacker News