Y
Hacker News
new
|
ask
|
show
|
jobs
by
gorlomi
1329 days ago
How are graph edges and nodes exposed to the Postgresql type system?
2 comments
flymetothemoon
1329 days ago
There is a documentation for AGE that has some basic examples on how cypher and sql can be mixed. Regarding nodes and edges: they are sub-types to a type called Agtype. More details are in the documentation.
https://age.apache.org/age-manual/master/index.html
link
CptNibblesworth
1329 days ago
AGE uses Agtype l, which is a superset of JsonB for its uses, the primary addition is the edge and vertex type.
link
https://age.apache.org/age-manual/master/index.html