louischatriot / nedb

The JavaScript Database, for Node.js, nw.js, electron and the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如果以文件形式将数据保存在磁盘上,而非使用浏览器的“indexedDB”

gitaxin opened this issue · comments

commented

我在Electron渲染进程中使用了nedb,并且设置了filename属性为/app/data.db,但是数据并没有出现在我设置的/app目录下,而是使用了浏览器的"indexedDB"。请问如何才能将数据以文件形式保存在指定的目录中