1.0.5 • Published 5 years ago

particle.db v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Particle.db

About

Particle.db is a powerful, fast, easy-to-use Node.js 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

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

Credits

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago