Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn how to build JavaScript applications that work with MySQL databases in this comprehensive tutorial. Begin by spinning up a MySQL 8.x database instance using Docker, then connect to it from JavaScript using the mysql2 library. Explore executing SELECT queries, perform data manipulation with INSERT, UPDATE, and DELETE operations, and understand how to implement transactions in MySQL. Follow along step-by-step to gain practical experience in integrating MySQL with JavaScript for web development projects.
Syllabus
- [ ] Spin up mysql 8.x database with docker
- [ ] Connect to mySQL from Javascriptmysql2
- [ ] Queries SELECT
- [ ] DML insert/update/delete
- [ ] Transactions
ACID
Taught by
Hussein Nasser