This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Configuration option for using ForestDB #79
Labels
Comments
+1 |
1 similar comment
+1 |
Is there any hard way to use ForestDB at the moment? I tried to build couchbase-lite-android with hard coded storage type as ForestDB in Manager.java (getDefaultOptions and in openDatabase), and replaced aar and jars in this plugin's lib directory, and also add forestdb aar to plugin.xml, after reinstalled the plugin from local, seems ForestDB is not used, i can not observe any changes. |
@HanzhiDou I was able to use ForestDB using these steps:
Updated do_PUT_Database
(downloaded from http://files.couchbase.com/maven2/com/couchbase/lite/couchbase-lite-android-forestdb/1.3.0/)
|
@swaheed2 thanks a lot for the detail instruction! I will try it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be good, if this plugin included a configuration option for using ForestDB.
The text was updated successfully, but these errors were encountered: