Welcome
Hive-db is a persistent modular database to store data with ease, rather than complex structures.
Installation
npm i hive-db
This is a universal installation procedure for all operating systems with NPM installed.
Example
Here is an example of what a program looks like with Hive-db:
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?
Hive eases better-sqlite3, eliminating the complex structures in the module. Each function Hive-db has, is a translation of better-sqlite3 thus helping to ease the database formula, therefore, helping you as a developer to put more stress on your paradigm.
Throughout the documentation we're going to go through the functions that Hive-db provides you!
If you like to issue a bug, it's recommended joining the support server on discord for real-time help.
Sponsors

Last updated
Was this helpful?