Skip to content

loilo/nedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A nedb wrapper with Promises

Resources

License

Stars

Watchers

Forks

Packages

No packages published