pgschema 0.2.15

Prototype for PG-SChema with property constraints
1
2
3
4
CREATE NODE TYPE ( UserType : User {
    name: STRING ||
    ( givenName: STRING, familyName: STRING )
})