RobotPajamas / Stetho-Couchbase

Stetho-Couchbase is a plugin for Stetho to enable visualizing and debugging Android Couchbase databases in Chrome
http://www.sureshjoshi.com/mobile/visualizing-couchbase-chrome-stetho/
Apache License 2.0
12 stars 4 forks source link

Allow read/writes instead of read-only #3

Open sureshjoshi opened 7 years ago

sureshjoshi commented 7 years ago

Currently, database instances are being opened as read-only. Being able to read/write during debugging could be helpful, but need to test what happens with replication (is replication correctly captured).

sureshjoshi commented 7 years ago

Update: In naive tests, replication to the server was not kicked off by writing, need to investigate why.

tanis2000 commented 7 years ago

any news on this front? It would be nice to be able to add/edit/remove records. For my use case it doesn't really matter if replication is working as the couchbase-lite itself isn't replicating in my scenario. Cheers!