Javascript and mySQL 8.x Crash Course
Requirements
-
Installed Visual Studio Code
-
Installed Node JS
-
Installed Docker
Description
MySQL is a popular open-source relational database management system. As part of the LAMP stack, mySQL became a critical part of the web platform. In this course I want to show how we can build Javascript applications to work MySQL database. Here is what we will do:
- Introduction - Lecture 1
- Spin up mysql 8.x instance with docker - Lecture 2
- Create Database, Tables, and insert rows - Lecture 3
- Connect to mySQL from Javascript(mysql2) - Lecture 4
- Executing SELECT queries from Javascript - Lecture 5
- Executing DML (insert/update/delete) from Javascript on mySQL - Lecture 6
- Transactions - Lecture 7
Who this course is for:
- Intermediate Javascript Developers to work with databases
https://www.udemy.com/course/javascript-and-mysql-8x-crash-course/