One more thing i created config.json file 

here is the code: 
 {
   "interface":":4984",
   "adminInterface":":4985",
   "log":["REST"],
   "databases":{
      "sync_gateway":{
         "server":"http://localhost:8091";,
         "bucket":"sync_gateway",
         "sync":`function(doc) {channel(doc.channels);}`
      }
   }
}

so where should i placed that config file to run like this
https://groups.google.com/forum/#!topic/mobile-couchbase/NX3Q29uRpAQ

On Wednesday, September 24, 2014 4:57:12 PM UTC+5, Raheel Mateen wrote:
>
> I follow the following to start the couch db on android
>
> http://docs.couchbase.com/couchbase-lite/cbl-android/cbl-android-1.0b2/#developing-apps
>
> but i actually not understand how to query in couch db for example if i 
> make a document in a db so how should i access that document with the help 
> of query.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/3a20e299-7756-4b1a-8dcd-f86b9c048fbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to