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

Safe HaskellNone

Database.PostgreSQL.ORM.Validations

Documentation

validateSource

Arguments

:: (a -> Bool) 
-> ByteString

Column name

-> ByteString

Error description

-> ValidationFunc a