Couchbase lite data storing path
问题 I am using couchbase lite for my Windows application , I want to know the place where Document created by code are going to be stored. 回答1: As of 2018 you can specify the location of a database when you connect to it. According to the docs: The DatabaseConfiguration.Database property Gets or sets the directory to use when creating or opening the data. So when you create the Database object, the constructor "Creates a database with a given name and database configuration. If the configuration