couchbase-lite-android

Lightweight, embedded, syncable NoSQL database engine for Android.

  • 所有者: couchbase/couchbase-lite-android
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Couchbase Lite 2.0

License Build Status

Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.

Couchbase Lite 2.0 has a completely new set of APIs. The implementation is on top of Couchbase Lite Core, which is also a new cross-platform implementation of database CRUD and query features, as well as document versioning.

Issues

Please file any issues concerning the Couchbase Lite Android product in the root project, couchbase-lite-android-ce,
here

Requirements

  • Android 4.4+ (API 19+)
  • Supported architectures: armeabi-v7a, arm64-v8a and x86
  • Android Studio 3.+

Installation

Download the latest AAR or grab via Maven

Download

Gradle

Add the following in the dependencies section of the application's build.gradle (the one in the app folder).

dependencies {
    implementation 'com.couchbase.lite:couchbase-lite-android:2.5.0'
}

Maven

<dependency>
  <groupId>com.couchbase.lite</groupId>
  <artifactId>couchbase-lite-android</artifactId>
  <version>2.0.0</version>
</dependency>

Documentation

How to build from source

THIS MODULE CAN NO LONGER BE BUILT BY ITSELF
To build couchbase lite, clone https://github.com/couchbase/couchbase-lite-android-ce.git

Sample Apps

ProGuard

If you are using ProGuard you might need to add the following options:

# OkHttp3
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**
-dontwarn org.conscrypt.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase

# CBL2.x
-keep class com.couchbase.litecore.**{ *; }
-keep class com.couchbase.lite.**{ *; }

License

Apache 2 license.

主要指標

概覽
名稱與所有者couchbase/couchbase-lite-android
主編程語言Java
編程語言Java (語言數: 2)
平台
許可證Apache License 2.0
所有者活动
創建於2013-05-10 23:36:45
推送於2021-05-20 22:07:31
最后一次提交2020-04-16 13:03:28
發布數44
最新版本名稱2.7.1 (發布於 2020-04-13 16:32:21)
第一版名稱0.7.4 (發布於 )
用户参与
星數1.2k
關注者數102
派生數206
提交數3k
已啟用問題?
問題數0
打開的問題數0
拉請求數662
打開的拉請求數0
關閉的拉請求數68
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?