COZYHUB
  • Home
  • Disclaimer
  • Privacy Policy
  • About
  • Contact

Electron app with database


I'm creating a web app for ticket reservation. The only problem is the database. I don't want to tell my client to install XAMPP or set a database, etc.

Is there any way to package the app with the database?

1

Best Answer


SQLite is a good option for a local database that you can ship with your application. It won't require the user to setup or install any extra dependencies. It's certainly not as full featured as a full on server, but it should be good enough for a local desktop app.

Random Posts

Extract day of year and Julian day from a string dateUsing Enum values as String literalsWhat is the use of style="clear:both"?How to make the row editable when clicking on an "Edit" button on a cell with react-tableMake python code function as microphone using pyttsx3? [closed]Failed to connect to center.conan.ioSorting a table in Excel using VBA?python [:] notation and rangeHow to create sticky headers on scroll with reactModeration analysis plot: can I use my moderating variable on the x axisWhy would Cells(x,y).Value return empty for non-empty cells in Excel VBA?Creating a TCP client in golangHow to use Standalone Components, Pipes, or Directives in feature modulesAndroid Pop-up messagecalculated field in pivot table divide one column by the other EXCELwhen i use command `mvn test -Xlint:unchecked` . some error appearIs 2^(2n) = O(2^n)Lambda expression java 8 map methodWhat is the difference between XSD and WSDL?C fopen vs open
Designed by COZYHUB