Common ORMs for Node.js TypeScript

Learn about the common and most used Node.js ORMs.

We'll cover the following

Commonly supported ORMs

A few ORMs with excellent support for TypeScript are:

  • Prisma
  • TypeORM
  • Bookshelf.js
  • Mongoose
  • Sequelize
  • Waterline
  • MikroORM

In this lesson, we’ll provide a brief introduction to two of these libraries. We’ll discuss them in-depth later in the course.

Prisma

Prisma is a relatively new library but is very popular and stable with significant community contributions. With Prisma, we can easily add records to a table in the form of simple JavaScript objects.

Get hands-on with 1200+ tech skills courses.