where does couchbase lite store its files on windows?

China☆狼群 提交于 2019-12-12 03:29:14

问题


This page shows where the data is stored on various platforms, but not on windows. Where does CouchDB Lite create the directory and files for windows?


回答1:


The Manager object contains a path to a root directory where databases are stored (each db is put inside a sub directory) and the Database object contains a path to the sub directory.

The default root directory appears to be: C:\Users\<USERNAME>\AppData\Local and databases are in sub directories such as testdb2.cblite2 where the first part of the name is the name of the database you gave it in your code.



来源:https://stackoverflow.com/questions/40943249/where-does-couchbase-lite-store-its-files-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!