CodeBrowser / npm / prisma
prisma@7.8.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.
$ npm install prisma
downloads/wk
13,518,280
license
Apache-2.0
version
7.8.0
published
Apr 22, 2026
What is prisma?
Prisma is an open-source database toolkit that provides a TypeScript/JavaScript ORM, schema migrations, and a GUI for managing your database. It simplifies database interactions by letting you define your data model in a declarative schema file, then automatically generates type-safe database client code and handles schema changes across multiple database systems like PostgreSQL, MySQL, SQLite, and MongoDB. Developers use Prisma to reduce boilerplate code, catch database errors at compile time, and manage database workflows more efficiently in Node.js applications.
Keywords
#CLI #ORM #Prisma #Prisma CLI #prisma2 #database #db #JavaScript #JS #TypeScript #TS #SQL #SQLite #pg #Postgres #PostgreSQL #CockroachDB #MySQL #MariaDB #MSSQL #SQL Server #SQLServer #MongoDB #MCP
Maintainers
pirix-gh, prismabot