loopback/node_modules/store
Ritchie Martori 7c2e73f53a Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
..
example Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
lib Initial working store, model, connection, and collection 2013-04-10 10:55:13 -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.