Library for Android that provides an Activity that can be added to an app to show and edit the contents of a Couchbase database during development.
Only in proof of concept stage for now:
- show list of document IDs and their content
See demonstration app that uses Couchbase Inspector in example/
.
- Add dependency in
build.gradle
. - Declare
CouchbaseInspectorActivity
inAndroidManifest.xml
- Start
CouchbaseInspectorActivity
when needed.