UNPKG

node-appwrite

Version:

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

7 lines (6 loc) 152 B
const RelationMutate = Object.freeze({ Cascade: 'cascade' , Restrict: 'restrict' , SetNull: 'setNull' }); module.exports = RelationMutate;