Couchbase-Ecosystem / cbl-ionic

Ionic Capacitor plugin for Couchbase Lite Enterprise (3.x+)
https://cbl-ionic.dev/
Apache License 2.0
4 stars 1 forks source link

Document Mutability - toMutable() method is missing #16

Open azaddhirajkumar opened 2 months ago

azaddhirajkumar commented 2 months ago

By default, a document is immutable when it is read from the database. The toMutable() method should create an updatable instance of the document.

We should have a toMutable() method in Document just like we have for swift: https://docs.couchbase.com/couchbase-lite/current/swift/document.html#mutability

biozal commented 1 month ago

@azaddhirajkumar please update this to include more information about the issue.