Choosing a node.js database

Forbes Lindesay
3 min readFeb 7, 2021

Originally posted on atdatabases.org

One of the first things you’ll need to do when starting most node projects is to chose a database and database library. You’ll normally want to choose your database before you choose the library, but in the case of @databases, we support a few different databases, so you do have some leeway.

SQL vs. NoSQL

In recent years, NoSQL databases have grown, and then somewhat declined in popularity. They often seem much easier to get started with than SQL databases because you don’t need to…

--

--

Forbes Lindesay

JavaScript enthusiast and maintainer of many open source projects.