Del
To delete a key as well as the value stored in it.
Example:-
const db = require('hive-db');
db.del('bio.age');
db.get('bio.age');
// output => null
Last updated
Was this helpful?
To delete a key as well as the value stored in it.
Example:-
const db = require('hive-db');
db.del('bio.age');
db.get('bio.age');
// output => null
Last updated
Was this helpful?