Hi,
According to the link, https://www.couchbase.com/couchbase-vs-couchdb
It says “Couchbase Server is both a key-value store and a document store, meaning that you can store binary or any other kind of data using Couchbase Server, as well as JSON documents.”
Can I store entire Document itself as binary using Couchbase Lite on iOS? I could see about “Attachments” storing as binary attached to a Document. Instead of attaching binary object to the existing doc., Can this store (NSData object) happen to the entire Document itself as object store in “putProperties” API ?
(or) We can only store JSON document using Couchbase Lite on iOS, and attach object binary?