Node JS SQLite Crash Course (2022)



Node JS SQLite Crash Course (2022)

Node JS SQLite Crash Course (2022)

Come learn how to use SQlite with Node JS in this beginner friendly tutorial! All the power of SQL made light with SQlite, and it is extreamly easy to use with JavaScript via Node.JS. Learn how to connect to a database, create a table, drop a table, insert data, update data, and delete data in JavaScript via node js sqlite.

Chapters
00:00 intro
00:34 Setup
01:30 Create and connect to database
02:35 Creating a table
03:52 Dropping a table
04:22 Inserting data into database
06:45 Querying (SELECT *) from the database
08:15 Updating data
09:43 Deleting data

#sqlite
#database
#nodeJS

Comments are closed.