Add
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
Was this helpful?
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
Was this helpful?