image icon indicating copy to clipboard operation
image copied to clipboard

Store locally with PouchDB

Open theSiberman opened this issue 4 years ago • 2 comments

Hi There,

I'm trying to store the image locally with pouchDB, which is working, but I can't find a way to retrieve the image from the db, there is no 'url' just an id.

Where is the logic which actually loads the image? If I can override that i'll be fine.

Thanks for a great plugin!

theSiberman avatar Jan 15 '20 10:01 theSiberman

I wouldn't advice you to go through with images with PouchDB.

Images don't go in databases. The filesystem will always handle that better.

mqtik avatar Jul 09 '20 05:07 mqtik

@theSiberman

Can you share your code to store on pouchDB?

skumar606 avatar Aug 27 '20 16:08 skumar606