Ivshti / linvodb3

Persistent database for Node.js/NW.js/Electron with MongoDB/Mongoose-like features and interface on top of LevelUp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to know if linvodb3 supports browser

fullee opened this issue · comments

I know that nedb supports browsers, using indexedDb, websql. . .
If linvodb3 supports the browser side, how can I use it?

May not be fluent, I am translating via google

yes, this module works via localforage which can work via localstorage

here's a browserify example: https://github.com/Ivshti/linvodb3/blob/master/sample/browserify.sh

感谢