DEV Community

Discussion on: Is there IndexedDB or localStorage for localhost or local file:// protocol?

Collapse
 
michaelphipps profile image
Phippsy

What's the use case? Standalone product on a local system, disconnected from the web?

I know nothing about neutralino, but storage is mentioned in the docs:
neutralino.js.org/docs/#/api/storage

Is that what you're talking about?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

I want a real database - e. g. pouchdb with indexeddb adapter -> rxdb, actually.

Use case is desktop app with Lorca or Neutralino.js

Collapse
 
michaelphipps profile image
Phippsy