coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

persistence.flush is not a function #119

Open billthu opened 11 years ago

billthu commented 11 years ago

I'm following the instruction to use persistence js, but when I use persistence.flush, I get some error like : persistence.flush is not a function, how to solve this?