@loilo/nedb
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

NeDB with Promises

This is an extremly thin wrapper around the NeDB library, using Proxies with tapsig.

Usage

The API is almost exactly the same as in NeDB 1.8 with two key differences:

  • Obviously, the callback parameters are omitted.
  • Because callbacks are omitted, .find() and .count() need to always be followed up with .exec() to yield a result.

Installation

npm install --save @loilo/nedb

Package Sidebar

Install

npm i @loilo/nedb

Weekly Downloads

1

Version

1.8.1

License

MIT

Unpacked Size

11.6 kB

Total Files

5

Last publish

Collaborators

  • loilo