{"library":"replic-sqlite","type":"library","category":null,"description":"Replic-sqlite adds multi-writer, conflict-free replication to SQLite via CRDT patches, using only ~800 lines of code. Version 0.4.0 is actively developed and already used in production. Key differentiators: extremely lightweight, no leader bottleneck, protocol-agnostic transport, selective per-table replication, crash-safe, and supports rolling schema upgrades. Compared to libSQL, Turso, cr-sqlite, or dqlite, it is purely embedded (no separate process) and relies on CRDT for eventual consistency without strong ordering.","language":"javascript","status":"active","version":"0.4.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install replic-sqlite","imports":["import { ReplicSQLite } from 'replic-sqlite'","import { createServer } from 'replic-sqlite/server'","import Replic from 'replic-sqlite'"]},{"cmd":"yarn add replic-sqlite","imports":[]},{"cmd":"pnpm add replic-sqlite","imports":[]}],"homepage":"https://github.com/carboneio/replic-sqlite#readme","github":"ssh://git@github.com/carboneio/replic-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"replic-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}