Last updated
Last updated
Simple data persistence for your app or module - Save and load user preferences, app state, cache, etc
Electron doesn't have a built-in way to persist user preferences and other data. This module handles that for you, so you can focus on building your app. The data is saved in a JSON file in .
You can use this module directly in both the main and renderer process.
Requires Electron 5 or later.