> For the complete documentation index, see [llms.txt](https://hive-db.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hive-db.gitbook.io/docs/master.md).

# Welcome

## Installation

```bash
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:

```javascript
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


```

{% hint style="info" %}
Please go further into the documentation, to get to know about each function correctly!
{% endhint %}

### *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!**

### [*Support*](https://discord.gg/RTh79cwxxp)

If you like to issue a bug, it's recommended joining the support server on discord for real-time help.

### *Sponsors*

#### [**Bytes to Bits**](https://discord.gg/bbPmhMMSyC)

![Bytes To Bits | Coding](/files/-MSrhn_8iYoZDgWrNyse)
