You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selvam Palanimalai edited this page Aug 16, 2013
·
3 revisions
app.db module
This module is wrapper on top of datavore, a lightweight in-browser javascript database. datavore doesnt have an inbuilt event system to register listeners on the data. We use an instance of the Mediator to give datavore a publish/subscribe system.
Also, datavore doesnt have in-built memory. It doesnt store/save the tables created by it in the app. This angular wrapper takes care of that too.