iwant to use couch database for my app which it it data will be in audios so iwant to know how save data in audio structure
Hi @rehabkhaled,
Generally, it’s not recommended to use Couchbase Server as a place to store files.
There are many reasons not to do this, but one of them is that there is a 20mb limit on document size.
However, you can store binary data in Couchbase Server. I wrote a blog post on how to store non-JSON data.