-
|
Hi. I would like to try to use OPFS in my Electron application. I have been using indexedDB before, but I noticed a performance issue with large amounts of data. I tried changing all my collections to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm not sure if OPFS is available in electron. You could try to implement a custom persistence adapter that uses something like electron-store under the hood (also feel free to share your implementation afterwards 🙂) |
Beta Was this translation helpful? Give feedback.
I'm not sure if OPFS is available in electron. You could try to implement a custom persistence adapter that uses something like electron-store under the hood (also feel free to share your implementation afterwards 🙂)