pubkey / rxdb

A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
https://rxdb.info/
Apache License 2.0
21k stars 1.02k forks source link

Attachments #213

Closed iamdanthedev closed 7 years ago

iamdanthedev commented 7 years ago

Hi Couldn't find any information on working with attachments. Are they supported or one should use the underlying pouchdb interface?

Thanks

pubkey commented 7 years ago

Hi @rasdaniil Attachments are currently not supported. You have to use the underlying pouchdb. I don't know if it will be added in the future.

pubkey commented 7 years ago

Closing this. If you need attachments-support directly in RxDB and are willing to submit a PR, reopen this.