Welcome
Hive-db is a persistent modular database to store data with ease, rather than complex structures.
Installation
npm i hive-dbExample
const db = require('hive-db');
db.init('name','Lason');
db.get('name')
// output => Lason
/*
Array Functionality in Hive-db
*/
db.input('name','Tensor')
db.array('name');
// output => Lason, Tensor
Why is Hive better?
Throughout the documentation we're going to go through the functions that Hive-db provides you!
Sponsors

Last updated
Was this helpful?