couchbase lite 在 windows 上的什么位置存储文件?

where does couchbase lite store its files on windows?

This page 显示数据在各种平台上的存储位置,但 windows 上没有。 CouchDB Lite 在哪里为 windows 创建目录和文件?

Manager 对象包含存储数据库的根目录的路径(每个数据库都放在子目录中),Database 对象包含子目录的路径。

默认的根目录似乎是:C:\Users\<USERNAME>\AppData\Local 和数据库位于子目录中,例如 testdb2.cblite2,其中名称的第一部分是您在代码中提供的数据库的名称。