Question about data persistence within electron app

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • electron-store

    Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc

  • With Electron, you have disk access via Node.js (fs.writeFile, etc), so you can save user preferences to the user's hard drive. See https://github.com/sindresorhus/electron-store for a library that makes it super easy and provides you with some nice conventions for working with the file system from an Electron app.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Something like mongoose in electron?

    1 project | /r/electronjs | 23 May 2023
  • What is the proper way to permanently store data in Electron in 2023?

    1 project | /r/electronjs | 16 Jan 2023
  • Using Typescript with electron-store

    2 projects | dev.to | 17 Jan 2022
  • How to save user preferences?

    2 projects | /r/electronjs | 23 Oct 2022
  • Best offline&local database to use with electron?

    2 projects | /r/electronjs | 11 Jun 2023