logoalt Hacker News

brianbcartertoday at 12:18 PM1 replyview on HN

Cypher-over-Gremlin is a smart call — LLMs can write Cypher, makes the MCP angle viable in a new way.

How dos Yjs handle schema migrations? If I add a property to a vertex type that existing peers have cached, does it conflict or drop the unknown field?


Replies

phpnodetoday at 2:14 PM

Instances that have not updated to the latest version of the schema will ignore the additional property but will not break or conflict.