stored relations.md

Homonyms

neural/inf/docs/stored relations
stored relations are how data persists in datalog. where inline rules exist only during query execution, stored relations survive across sessions β€” they are the permanent memory of the cybergraph every stored relation has a schema that defines its columns, types, and key structure. mutations write…

Graph