Input

Integrate more values in a data key, as an array

Example:-

const db = require('hive-db')
db.input('bio.name',['Tensor']);
console.log(db.array('bio.name');
// db.array is another method of hive-db, next in the docs
// output => Lason, Tensor

Last updated