nedb-persist
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

nedb-persist

A storage engine for redux-persist that uses NeDB.

Usage

import nedb from 'nedb-persist';
 
persistStore(store, {storage: nedb({filename: 'db.json'})});

The options object should either contain a filename property or an inMemoryOnly property set to true to create an in memory database.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    1
    • latest

Version History

Package Sidebar

Install

npm i nedb-persist

Weekly Downloads

1

Version

0.2.1

License

Apache-2.0

Last publish

Collaborators

  • pajn