scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
120 stars 10 forks source link

Baking an SQL database into an Electron app? #87

Open scripting opened 6 years ago

scripting commented 6 years ago

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 commented 6 years ago

Good choice

mterenzio commented 6 years ago

Would be my first guess

scripting commented 6 years ago

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.