prisma

v7.3.0 Apache-2.0

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

Weekly Downloads
8.1M
Stars
45.3K
Forks
2.0K
Open Issues
2.5K
Unpacked Size
37.8 MB

Download Trends

Download trends for prisma07.7M15.5M23.2M31.0MFeb 25May 25Aug 25Nov 25Feb 26
prisma

AI Insights

Prisma is an open-source database toolkit that provides a powerful JavaScript/TypeScript ORM for Node.js applications. It includes database migrations and a modern GUI for managing your data, making it suitable for both new projects and existing ones.

When to use

  • When building applications that require a relational database ORM.
  • When you need to perform database migrations in a structured way.
  • When you want a user-friendly interface to visualize and manipulate your database data.

When NOT to use

  • If your project does not require an ORM and relies on raw SQL.
  • When performance is critical and you need lower-level database access without abstraction.
  • If you're working in an environment or language outside of Node.js or TypeScript.

Alternatives

Categories