How to retrieve data from DB having a particular key in Couchbase Lite without JSON?(IOS Framework)
Asked
Active
Viewed 46 times
-1
-
Have you tried anything? – diatrevolo Jun 04 '15 at 15:23
-
Have you read this? http://stackoverflow.com/help/how-to-ask – tumultous_rooster Jun 04 '15 at 15:32
-
We dont have json data.The whole Object is there with 4 fields(No key value).I have tried using key,startkey,endkey in the rest API and emit function.May be emit could be used but i am unable to use it properly. – SHREYANSH LUNAWAT Jun 05 '15 at 04:57
1 Answers
0
You need to expound on question. Ideally you would use a model object, but that stores everything as JSON. Remember that any sort of data can be stored in JSON, so even if it has a little bit of overhead in the end it is the easiest to work with.
If this is a more complicated architecture question, you may want to post on the official Couchbase forum on their website, where their technicians can answer.

steffeydev
- 161
- 8