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

Adding documentation for sync filtering #60

Closed jacobmumm closed 12 years ago

jacobmumm commented 12 years ago

Here's some really basic documentation of the server-side sync filtering. There's no real way to know this is possible otherwise.

Also, the old test.sync.partial.server.js file needed to be removed.

zefhemel commented 12 years ago

Thanks!