UNPKG

waterline

Version:

An ORM for Node.js and the Sails framework

12 lines (10 loc) 182 B
/** * Types Supported By Schemas */ module.exports = [ 'string', 'number', 'boolean', 'json',// << generic json (`'*'`) 'ref' // < passed straight through to adapter ];