storagedb
storagedb copied to clipboard
MongoDB-like API for HTML5 Storage (localStorage and sessionStorage)
https://github.com/instapp/storagedb/blob/6aa01e14ee6b42ad4cc3d18db0f89d359d4b4fa2/src/collection.js#L292
Not sure if this project is still maintained, but I tried using it on a typescript project and it throws a `TypeError: storagedb2_1.default is not a constructor` which causes compilation...
Make sort option works.
Hi, I want to check whether DB and Collection already exists before I create them. Please advise how to achieve. I want to check whether DB exists before I create...