loopback/node_modules/store
Ritchie Martori abe07271fa Inherit store from asteroid module and add dependencies 2013-04-15 14:38:06 -07:00
..
example Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
lib Inherit store from asteroid module and add dependencies 2013-04-15 14:38:06 -07:00
test Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
.gitignore Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
README.md Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
index.js Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
package.json Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00

README.md

store

About

Provides an in memory data store. The backing persistence can be swapped out by providing a connection.

Options

tbd

Dependencies

connection (optional)

By default data will be persisted in memory. You can swap out the persistence layer by providing a connection.