-1

How to retrieve data from DB having a particular key in Couchbase Lite without JSON?(IOS Framework)

JuanZe
  • 8,007
  • 44
  • 58

1 Answers1

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