stashjs

0.2.3 • Public • Published

StashJS - Reactive Non-Persistent Data Store

Features:

  • Works in both the browser and nodejs
  • Mongo like api
  • Fast and Lightweight

Basic Usage Example

const Stash = require('stashjs');
 
const users = new Stash();
 
users.insert({ firstname: "John", lastname: "Smith" });
 
users.findOne({ firstname: "John" }) // ({ firstname: "John", lastname: "Smith" }

Documentation TODO ¯_(ツ)_/¯

Readme

Keywords

none

Package Sidebar

Install

npm i stashjs

Weekly Downloads

4

Version

0.2.3

License

MIT

Last publish

Collaborators

  • drew-y