Search⌘ K

Common ORMs for Node.js TypeScript

Explore common Object Relational Mappers used with Node.js and TypeScript. Understand the features and advantages of Prisma and TypeORM while familiarizing yourself with important ORM terminology that aids in effective backend development.

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
...