pgschema 0.2.15

Prototype for PG-SChema with property constraints
1
2
3
4
CREATE NODE TYPE ( UserType : Person {
    name: STRING ,
    follows: ANY
})