waterline
Version:
An ORM for Node.js and the Sails framework
66 lines (64 loc) • 3.63 kB
JavaScript
// ██████╗ ███████╗███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗
// ██╔══██╗██╔════╝██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗
// ██████╔╝█████╗ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██║ ██║
// ██╔══██╗██╔══╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██║ ██║
// ██║ ██║███████╗███████║███████╗██║ ██║ ╚████╔╝ ███████╗██████╔╝
// ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═════╝
//
// ██╗ ██╗ █████╗ ██╗ ██╗██████╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗
// ██║ ██║██╔══██╗██║ ██║██╔══██╗██╔══██╗╚══██╔══╝██║██╔═══██╗████╗ ██║
// ██║ ██║███████║██║ ██║██║ ██║███████║ ██║ ██║██║ ██║██╔██╗ ██║
// ╚██╗ ██╔╝██╔══██║██║ ██║██║ ██║██╔══██║ ██║ ██║██║ ██║██║╚██╗██║
// ╚████╔╝ ██║ ██║███████╗██║██████╔╝██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║
// ╚═══╝ ╚═╝ ╚═╝╚══════╝╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
//
// ███╗ ██╗ █████╗ ███╗ ███╗███████╗███████╗
// ████╗ ██║██╔══██╗████╗ ████║██╔════╝██╔════╝
// ██╔██╗ ██║███████║██╔████╔██║█████╗ ███████╗
// ██║╚██╗██║██╔══██║██║╚██╔╝██║██╔══╝ ╚════██║
// ██║ ╚████║██║ ██║██║ ╚═╝ ██║███████╗███████║
// ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝
//
module.exports = [
'after',
'alpha',
'alphadashed',
'alphanumeric',
'alphanumericdashed',
'before',
'contains',
'creditcard',
'datetime',
'decimal',
'email',
'finite',
'float',
'hexadecimal',
'hexColor',
'in',
'int',
'integer',
'ip',
'ipv4',
'ipv6',
'is',
'lowercase',
'max',
'maxLength',
'min',
'minLength',
'notRegex',
'notContains',
'notIn',
'notNull',
'numeric',
'required',
'regex',
'truthy',
'uppercase',
'url',
'urlish',
'uuid',
'uuidv3',
'uuidv4'
];