modella-memory

0.3.0 • Public • Published

modella-memory

Build Status

Memory persistence layer for Modella. Useful for development or as a reference implementation for Modella storage plugins.

Installation

npm install modella-memory

Example

var modella = require('modella');
var memory = require('modella-memory');
 
var User = modella('User');
 
User.use(memory());

API

Model.find(id, fn(err, model))

Find model with given id.

Model.all(fn(err, collection))

Find all models.

MIT Licensed

/modella-memory/

    Package Sidebar

    Install

    npm i modella-memory

    Weekly Downloads

    0

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • amingoia