postgresql-orm-0.4.0: An ORM (Object Relational Mapping) and migrations DSL for PostgreSQL.

Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.ORM.Validations

Documentation

validate Source

Arguments

:: (a -> Bool) 
-> Text

Column name

-> Text

Error description

-> ValidationFunc a