- Add database size-based cleanup (
cleanup_when_db_size_aboveoption) - Add
squash_history_older_thanandsquash_no_more_often_thanconfigurables and pruning logic - Improve
SQLiteYStoreperformance by storing and applying checkpoints to reduce loading time.
- Add database size-based cleanup (
cleanup_when_db_size_aboveoption) - Add
squash_history_older_thanandsquash_no_more_often_thanconfigurables and pruning logic
- Improve
SQLiteYStoreperformance by storing and applying checkpoints to reduce loading time.
- Fix in-memory database connection issue with
SQLiteYStore.
- Fix SQLite store squashing.
- Add callbacks to compress/decompress SQLite store updates.
- Split stores in different files.
- Mark package as typed.
- Extract out pycrdt-store from pycrdt-websocket.