# particle.db

> Particle.db is a powerful, fast, easy-to-use Node.js database.

Latest version **1.0.5** (published 2018-11-23) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2018-11-23 |
| First published | 2018-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | boltx |
| Maintainers | boltx |

## Links

- npm: https://www.npmjs.com/package/particle.db
- Repository: https://github.com/boltxyz/particle.db
- Homepage: https://particledb.js.org
- Issues: https://github.com/boltxyz/particle.db/issues
- npm.io page: https://npm.io/package/particle.db

## Recent versions

- 1.0.5 (latest) — 2018-11-23
- 1.0.4 — 2018-11-22
- 1.0.3 — 2018-11-21
- 1.0.2 — 2018-11-21
- 1.0.1 — 2018-11-18
- 1.0.0 — 2018-11-18

## README

# Particle.db

## About
**Particle.db** is a powerful, fast, easy-to-use [Node.js](https://nodejs.org) database.

* Powerful
* Productive
* Efficient
* Easy-to-use
* Object-oriented

## Installation
```
npm i particle.db
```

## Example
*All the examples can be found inside docs/examples folder*
```javascript
const Particle = require('particle.db');
const db = new Particle.Database();

db.set('account_123456789', { name: 'Bolt', credits: 4, id: '123456789' });
db.get('account_123456789').then((val) => console.log(val));
```

## Links
* [Website](https://particledb.js.org/)
* [Discord](https://discordapp.com/invite/7S9y4EE/)
* [GitHub](https://github.com/boltxyz/particle.db/)
* [NPM](https://npmjs.com/package/particle.db/)

## Credits
* [boltxyz](https://github.com/boltxyz/)
* [ndr3w221](https://github.com/ndr3w221/)

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