Array

To fetch all models from an inputted array

Example:-

const db = require('hive-db');
console.log(db.array('bio.name');

Last updated