I want to use Phonegap on firefox os but I have a problem on storage api. Current cordova version 3.0, supports websql and localstorage API. It doesn't have indexedDB API yet. So, my current option is to use Lawnchair.
But do you have a good idea on how to design a persistence layer for this. What can you suggest?
Please let me know. Thank you.