To subtract a numeric value into a key which stores a numeric datatype.
Example:-
const db = require('hive-db') db.subtract('bio.age',1); // output on 'getting' the value => 21
Last updated 4 years ago
Was this helpful?