pgschema 0.2.15

Prototype for PG-SChema with property constraints
1
2
3
(n1 {Person} [ name: "Alice" ])
(n2 {Person} [ name: "Bob", age: 23 ])
(n1) -(e1 {knows} [ since: 2020 ])-> (n2)