Check if Node.js is enabled:
IsNodeJSEnabled
DB:
MongoDB
MySQL
Connect to DB
ServerAddress:
DataBase:
username:
password:
collections:
Insert an item:{"title" : "hello world"}
Find an item whose value is {"title" : "hello world"} or {"title" : "hello world new"}
Update value of item to {"title" : "hello world new"}
Remove all items whose "title" is "hello world" or "hello world new"
Execute
Result: