librarian-memory-storage

1.0.1 • Public • Published

Librarian In Memory Data

A Librarian storage plugin that stores images in memory. For development and experimentation only. You shouldn't use this in production. Passes the storage plugin test suite

Compatible with Librarian v2.0 and above.

Installation

npm install librarian-memory-storage

Usage

var librarian = require('librarian')
var InMemoryStorage = require('librarian-memory-storage')
var app = librarian({
    storage: new InMemoryStorage
})
app.listen(8888)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i librarian-memory-storage

      Weekly Downloads

      2

      Version

      1.0.1

      License

      ISC

      Last publish

      Collaborators

      • joshwillik