laravel-couchdb
laravel-couchdb copied to clipboard
get attachments
Hi @robsonvn how to get attachments from document?
I haven't written any sort of test for attachments. What I currently doing is convert the file to base64 and store as a simple field.
This issue is related to https://github.com/doctrine/couchdb-client/issues/81.
I feel like as soon we get that sorted we might implement something easier here.