mobile-android
Installation
SKILL.md
Couchbase Lite — Android
Platform-agnostic concepts (document model, CRUD semantics, live queries, blobs, replication, editions):
shared/mobile/cbl-core.md
Couchbase Lite is an embedded JSON document database for Android. It works fully offline and syncs to Couchbase Server via Sync Gateway or Capella App Services.
Installation
Kotlin (build.gradle — app level)
repositories {
maven { url 'https://mobile.maven.couchbase.com/maven2/dev/' }
google()
mavenCentral()
}