librarian-memory-data

1.1.0 • Public • Published

Librarian In Memory Data

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

Compatible with Librarian v2.0 and above.

Installation

npm install librarian-memory-data

Usage

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i librarian-memory-data

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • joshwillik