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

Safe HaskellNone

Database.PostgreSQL.ORM.Validations

Documentation

validateSource

Arguments

:: (a -> Bool) 
-> Text

Column name

-> Text

Error description

-> ValidationFunc a