0.2.3 • Published 7 years ago

stashjs v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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 ¯_(ツ)_/¯

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago