Search code examples
c#databasexamarincouchbase-lite

How to view the data document stored in Couchbase lite?


I am building a xamarin application and I am using couchbase lite as offline database .

How can I view the data saved in couchbase lite ? and where is it stored ?


Solution

  • You can also query your data. Here is the API documentation: https://docs.couchbase.com/couchbase-lite/current/csharp.html#query