waterline-schema
Version:
The core schema builder used in the Waterline ORM.
16 lines (14 loc) • 1.32 kB
JavaScript
// ██╗ ██╗ █████╗ ██╗ ██╗██████╗ ████████╗██╗ ██╗██████╗ ███████╗███████╗
// ██║ ██║██╔══██╗██║ ██║██╔══██╗ ╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔════╝
// ██║ ██║███████║██║ ██║██║ ██║ ██║ ╚████╔╝ ██████╔╝█████╗ ███████╗
// ╚██╗ ██╔╝██╔══██║██║ ██║██║ ██║ ██║ ╚██╔╝ ██╔═══╝ ██╔══╝ ╚════██║
// ╚████╔╝ ██║ ██║███████╗██║██████╔╝ ██║ ██║ ██║ ███████╗███████║
// ╚═══╝ ╚═╝ ╚═╝╚══════╝╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚══════╝
//
module.exports = [
'string',
'number',
'boolean',
'json',
'ref'
];