AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Enabling Collaboration in SQLite with CRDTs
The project involved enhancing SQLite with CRDTs to facilitate collaboration among users with offline databases, allowing for syncing and merging of changes. By specifying CRDT types for tables and columns, developers can make schema changes to create collaborative apps supported by SQLite. The focus is on combining SQLite's declarative nature with the collaborative essence of local first software.