Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rosmaro-in-memory-storage

lukaszmakuch9MIT1.2.0

In-memory storage for Rosmaro.

rosmaro, storage

readme

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()