electric-yjs
Installation
SKILL.md
This skill builds on electric-shapes. Read it first for ShapeStream configuration.
Electric — Yjs Collaboration
Setup
1. Create Postgres tables
CREATE TABLE ydoc_update (
id SERIAL PRIMARY KEY,
room TEXT NOT NULL,
update BYTEA NOT NULL
);
Related skills