pgschema 0.3.2

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