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

Implement/use asynchronous wrapper around Google Gears #4

Closed zefhemel closed 13 years ago

zefhemel commented 14 years ago

Google Gears has a synchronous database API, it is possible to create an asynchronous wrapper around it, but this is currently not part of persistence.js, therefore calls are currently performed synchronously, which may not have the best performance characteristics. This can possibly be fixed by using e.g. WSPL.

zefhemel commented 13 years ago

I think nobody cares about this. Closing.