EZ

Eduzan

Learning Hub

Eduzan
Eduzan / Node.js

Working with Databases in Node.js

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

Databases are essential components of most web applications, allowing you to store, retrieve, and manipulate data. In Node.js, you can work with both SQL (relational) and NoSQL (non-relational) databases. This guide will introduce you to databases in Node.js, specifically focusing on MongoDB (a popular NoSQL database) and MySQL (a popular SQL database).

End of lesson.