1.1.0 • Published 8 years ago

librarian-memory-data v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago