pgschema 0.2.17

Prototype for PG-SChema with property constraints
1
2
3
(n1 {Person} [name: "Alice", follows: "Someone" ])
(n2 {Person} [name: "Bob", follows: 23 ])
(n3_wrong {Person} [name: 34, follows: 23 ])