pgschema 0.2.17

Prototype for PG-SChema with property constraints
1
2
3
CREATE NODE TYPE ( EmailUserType: User {
    email: STRING CHECK REGEX "^[\w.-]+@[\w.-]+\.\w+$"
})