UNPKG

water-orm

Version:

A monolith version of Standalone waterline ORM

15 lines (13 loc) 221 B
/** * Lifecycle Callbacks Allowed */ module.exports = [ 'beforeValidate', 'afterValidate', 'beforeUpdate', 'afterUpdate', 'beforeCreate', 'afterCreate', 'beforeDestroy', 'afterDestroy' ];