pgschema 0.3.3

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