1.2.0 • Published 6 years ago

rosmaro-in-memory-storage v1.2.0

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

In-memory storage for Rosmaro

This is an in-memory storage for Rosmaro. It's useful in situation where a Rosmaro model is used by only one process (like development environments or the browser).

Installation

$ npm i rosmaro-in-memory-storage --save

Building a storage

const make_storage = require('rosmaro-in-memory-storage')
const storage = make_storage()
1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.1

7 years ago