Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upBaking an SQL database into an Electron app? #87
Comments
This comment has been minimized.
This comment has been minimized.
danderson3
commented
Jul 14, 2018
|
Good choice |
This comment has been minimized.
This comment has been minimized.
mterenzio
commented
Jul 14, 2018
|
Would be my first guess |
This comment has been minimized.
This comment has been minimized.
|
Happy to report that a test app took about ten minutes to write and install. They make it sound like installing the native portion is some huge deal. It's not. I have an interesting project in mind, but I don't want to say what it is until I have something running. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scripting commentedJul 14, 2018
•
edited
I'm thinking about using an SQL database in an Electron app.
I want to bake the database software into the app so the user doesn't have to install anything.
I don't imagine the user as being someone who would enjoy installing database software. ;-)
Looks like SQLite is the best option.
Any problems, other ideas?