Skip to content

Instantly share code, notes, and snippets.

View zbarbuto's full-sized avatar

zbarbuto

View GitHub Profile
@zbarbuto
zbarbuto / cascade.js
Last active April 3, 2021 22:20 — forked from CjS77/cascade.js
Loopback cascade mixin gist
// Cascade delete for loopback
// https://gist.github.com/CjS77/44b2f75c0ec468f590d0
/* jshint node:true */
'use strict';
/**
* There is an incubating feature to cascade the deletes to the relational tables. see
* https://github.com/strongloop/loopback-datasource-juggler/issues/88
*/