{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Provides persistent storage backends for pycrdt, a CRDT (Conflict-free Replicated Data Type) library, enabling state to be saved and retrieved across sessions.","skillfed_tags":["crdt","collaboration","persistence"],"use_cases":["Persist collaborative document state in a real-time editor so changes survive server restarts","Store CRDT snapshots for audit trails or version history in distributed applications","Back up shared data structures in multi-user applications using yjs-compatible protocols","Enable offline-first workflows by loading and saving document state between sessions","Implement durable state for conflict-free replicated objects in backend services"],"what_it_does":"pycrdt-store is a persistence layer for pycrdt, the Python implementation of Conflict-free Replicated Data Types (CRDTs). It bridges the gap between in-memory CRDT state and durable storage, allowing collaborative documents to survive process restarts and be shared across sessions. The package depends on pycrdt for the core CRDT logic, anyio for async I/O abstraction, and sqlite-anyio for SQLite integration, suggesting a file-based or database-backed storage model.\n\nThe package is in Beta development status, actively maintained, and targets modern Python versions (3.10 through 3.14). It is designed for developers building collaborative applications\u2014real-time editors, shared workspaces, or distributed systems\u2014who need to persist CRDT state durably. The low install friction and permissive MIT license make it straightforward to integrate into existing projects.","worth_installing":"Yes, if you are building a collaborative application with pycrdt and need durable storage. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive license. However, verify that its storage model and API match your persistence requirements before committing to it in production, as it is still in Beta and documentation is limited."},"id":"pycrdt-store","links":{"html":"https://skillfed.io/packages/pycrdt-store","md":"https://skillfed.io/packages/pycrdt-store.md","pypi":"https://pypi.org/project/pycrdt-store/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-11","license_spdx":null,"license_treatment":"permissive","name":"pycrdt-store","python_support":"supports_current","summary":"Persistent storage for pycrdt"},"popularity":{"monthly_downloads":545986,"position":6070,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.5"}
