This video shows you this procedure.
We will use SQLite. The way we will use SQLite in our Node.js program is via the NPM Package for SQLite.
We need to make the database first.
To create this database: Use DBBrowserForSQLite.
You must have the idea in mind for what kind of database schema you will design.
I will demonstrate with the College Enrollment System.