June 2025
Intermediate to advanced
837 pages
24h 50m
English
As you’ve seen throughout this chapter, Node.js supports a variety of databases through the database drivers available as npm packages. The support isn’t only limited to relational databases. You can also use various nonrelational databases such as Redis or MongoDB instead.
With the help of the drivers, you can access advanced features of the databases in addition to the basic database functions such as creating, reading, modifying, and deleting data records.
Depending on the task you need to solve with your application, you’re free to choose which database you want to use.
Read now
Unlock full access