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