# gab.db

> gab.db is a basic json database

Latest version **1.1.6** (published 2021-07-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install gab.db
pnpm add gab.db
yarn add gab.db
bun add gab.db
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2021-07-21 |
| First published | 2021-07-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | gabbum |

## Links

- npm: https://www.npmjs.com/package/gab.db
- npm.io page: https://npm.io/package/gab.db

## Dependencies (2)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [path](https://npm.io/package/path.md) ^0.12.7

## Recent versions

- 1.1.6 (latest) — 2021-07-21
- 1.1.5 — 2021-07-21
- 1.1.4 — 2021-07-21
- 1.1.3 — 2021-07-21
- 1.1.2 — 2021-07-16
- 1.1.1 — 2021-07-16
- 1.1.0 — 2021-07-16
- 1.0.9 — 2021-07-16
- 1.0.8 — 2021-07-16
- 1.0.7 — 2021-07-16
- 1.0.6 — 2021-07-16
- 1.0.5 — 2021-07-16
- 1.0.4 — 2021-07-16
- 1.0.3 — 2021-07-16
- 1.0.2 — 2021-07-16
- … 1 more at https://npm.io/package/gab.db/versions

## README

# **What is it?**
gab.db is a ***basic json database***, dedicated to discord bots.

# **How to use**
**1. First**
Require the database
```js
const db = require("gab.db")
```

**2. Second**
Setting your first data in the db
```js
db.set("myFirstData", "Hello world!")
```

**3. Third** Get data from the db
```js
const data = db.get("myFirstData")// Get the "Hello world!" seted in the db
console.log(data)
```

---
_Source: https://npm.io/package/gab.db · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
