About PG-Schema #5315
Replies: 2 comments 2 replies
-
|
Hi @PorcoRosso85, I don't know a lot about the standardization efforts going on in the graph community. I met a few people at Connected Data London who are actively working on it. The schema that we want to support for directed graphs is simple: a set of node tables with predefined and typed attributes, and a set of relationship tables that can be from a set of node tables to another set of node tables (previously, our schema was stricter and you could only have a 1 from node table and 1 to node table). One feature I would be interested to learn more about is whether the people working schema standards are supporting undirected graphs and if so, how? We have discussed from time to time about natively supporting undirected graphs, and before we do that, I would want to make sure we study what the standards are doing. They spend more deeply about these topics than we do. Other than that, a simple relational-style node/rel table definitions is what we have implemented and are interested in supporting. |
Beta Was this translation helpful? Give feedback.
-
|
@semihsalihoglu-uw Perhaps kuzudb will adopt GQL too in the future? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
kuzudb's schema constraints are already very good.
Meanwhile, the current transition has seen the GQL standard established
PG-Schema Will this also become standard?
I'd love to hear what you all think and discuss how kuzudb's constraint definitions can be followed.
Beta Was this translation helpful? Give feedback.
All reactions