pgschema 0.2.17

Prototype for PG-SChema with property constraints
1
2
3
4
5
CREATE NODE TYPE ( ProductType : Product {
    productId: STRING ,
    label: STRING,
    category: STRING | INTEGER
})