SwirlDB: A Modular CRDT Database with Swappable Adapters for Browsers and Servers
SwirlDB is a modular-first CRDT database designed for browsers and servers, built on a philosophy where everything is an adapter rather than a monolithic system. It uses swappable adapters for storage (localStorage, IndexedDB, SQLite, etc.), synchronization (WebSocket, HTTP, WebRTC), authentication (JWT, OAuth), and encryption (AES-GCM). The system avoids fe
docs.swirldb.org7mo ago