module PgORM::Validators

Direct including types

Defined in:

pg-orm/validators/unique.cr

Macro Summary

Macro Detail

macro ensure_unique(field, scope = [] of Nil, callback = nil, &transform) #

In case of transformations on field, allow user defined transform


[View source]