0.0.2 • Published 4 years ago

@sms77.io/lowdb-wrapper v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Sms77.io Logo

A simple wrapper for the LowDB package

Installation

npm install @sms77io/lowdb-wrapper

Usage

import LowdbWrapper from '@sms77.io/lowdb-wrapper';

const lowdb = new LowdbWrapper('id', 'users.json');
const id = 631535;

lowdb.add({
    id,
    name: 'Peter',
    role: 'admin',
});

console.log(lowdb.findMatching({id}));
0.0.2

4 years ago

0.0.1-rc1

4 years ago

0.0.1

4 years ago