Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baking an SQL database into an Electron app? #87

Open
scripting opened this Issue Jul 14, 2018 · 3 comments

Comments

Projects
None yet
3 participants
@scripting
Copy link
Owner

scripting commented Jul 14, 2018

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?

@danderson3

This comment has been minimized.

Copy link

danderson3 commented Jul 14, 2018

Good choice

@mterenzio

This comment has been minimized.

Copy link

mterenzio commented Jul 14, 2018

Would be my first guess

@scripting

This comment has been minimized.

Copy link
Owner Author

scripting commented Jul 15, 2018

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
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.