Last week I started working on a mobile project who need to handle an off-line database of more than 30.000 items.
There was no way to implement with LocalStorage because of:
- need more than 5Mb
- need to perform complex filter
- need to perform data associations
I did choose to solve this problem using WebDB API in a WebKit browser (Chrome, Safari, MobileSafari, MobileChrome) and at the end of the week I released a public repo on GitHub containing my work:






