pgschema 0.2.14

Prototype for PG-SChema with property constraints
1
2
3
4
5
6
(n1 {Person} [
     name: "Alice",
     age: 23,
     birthDate: DATE "2010-07-22",
     hasChildren: FALSE
])