Connecting to Sqlite Database in Electron JS – (Electron & Databases)



Connecting to Sqlite Database in Electron JS – (Electron & Databases)

Connecting to Sqlite Database in Electron JS - (Electron & Databases)

Nearly every application needs a database of some sort. Sqlite is a great choice for an Electron db. It’s lightweight, it’s portable and can process normal SQL commands. In this video I show you how to connect and work with a Sqlite database using Electron.

Comments are closed.