pgschema 0.2.9

Prototype for PG-SChema with property constraints
1
2
3
(n1 {Student} [ name: "Alice", age: 23 ])
(n2_wrong {Student} [ name: "Bob", age: 12 ])
(n3_wrong {Student} [ name: "Carol", age: "unknown" ])