Expand description
In-memory file overlay with DashMap and async PostgreSQL sync.
Every write is reflected in a DashMap for O(1) reads and is
simultaneously persisted to the session_overlay_files table so that
workspaces survive process restarts.
Structs§
- File
Overlay - Concurrent, overlay-based file store for a single workspace.
Enums§
- Overlay
Entry - Represents a single file change within a session overlay.