# agentsdb

> - Its The Same as sqlite3connect - Main Server Uses Quick.db - Data Is Stored In Our Servers # How to Get The Key? - First Go to our homepage which is [here](https://webdb.jenildobaria.repl.co) - Then Press Get ID Button , - Then a alert will show u

Latest version **0.0.2** (published 2021-09-27) · ISC license · 0 weekly downloads

## Install

```sh
npm install agentsdb
pnpm add agentsdb
yarn add agentsdb
bun add agentsdb
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2021-09-27 |
| First published | 2021-09-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | jenil-dev |

## Links

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

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.21.4

## Recent versions

- 0.0.2 (latest) — 2021-09-27
- 0.0.1 — 2021-09-27

## README

# AgentsDB
- Its The Same as sqlite3connect
- Main Server Uses Quick.db
- Data Is Stored In Our Servers
# How to Get The Key?
- First Go to our homepage which is [here](https://webdb.jenildobaria.repl.co)
- Then Press Get ID Button ,
- Then a alert will show up which contains Your Key
- Then You Are Ready To Go
# Usage
```js
const { Database } = require('agentsdb')
const db = new Database('Key Here')
db.add('DBKEY(Name of data)' value must be a number)
db.set('DBKEY(Name of data)' , value)
db.all(response => console.log(response))
db.get('DBKEY(Name of data)' , response => console.log(response))
db.subtract('DBKEY(Name of data)' , value must be a number)
db.delete('DBKEY(Name of data)' , response => console.log(response))

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