Prisma

Prisma is a next-generation open-source ORM For Node.js and TypeScript that helps developers build faster and make fewer errors.

It supports the following databases: PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, and more recently, MongoDB (Preview).

Prisma provides a complete toolkit:

  • Prisma Client: Auto-generated and type-safe database client
  • Prisma Migrate: Declarative data modeling and customizable migrations
  • Prisma Studio: Modern UI to view and edit data
epicreact.dev by Kent C. Dodds