Hi Community
I’m new to Electron!..how to setup LevelDB adapter with PouchDB instead of IndexedDB because I want to store offline data about 1GB approximately in Electron .exe file, so I go for LevelDB adapter but I don’t know how to start with LevelDB after seen this note : ( Storage limits with pouchDB and Electron).
Can anybody help to setup LevelDB database
Im using CouchDB as remote Database if the internet is available. want to use Local Database as LevelDB for Windows Desktop application using Electron with Node.js. Written in Vuex with Quasar framework