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

jQuery plugin #14

Closed rsaccon closed 13 years ago

rsaccon commented 13 years ago

I addded a jQuery plugin, adapted unit-tests and wrote a simple doc. Purpose is to allow the jQuery data notation for accessing entities. This enables jquery based apps and especially other jQuery plugins to use persitencejs without recoding data access.