← Discover
Discover · GitHub · Prisma↑ +46 today

Database management for Node.js projects

Prisma is an object relational mapper (ORM) tool that simplifies database interactions for Node.js and TypeScript projects. Its structure, which supports different database systems, allows developers to create type-safe database queries.

Updates

  • August 6, 2026: Stars 47,427 → 47,540, latest release v0.17.0 (August 4, 2026).
  • August 2, 2026: Stars 46,668 → 47,427, latest release 7.9.1 (July 27, 2026).

What you get

  • Creating type-safe database queries
  • Declarative data modeling and migration
  • Graphical interface for data visualization

Installation

Installing required packages
npm install prisma --save-dev
npm install @prisma/client

Running it

Starting a local database server
npx prisma dev
Creating a cloud-based database
npx create-db --interactive

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

How can I configure database interactions in my Node.js project using Prisma? How should I configure the Prisma schema to create my data model and define the database connection settings in the prisma.config.ts file? Also, how can I use the Prisma Migrate system to manage database changes?

Related dictionary terms

Who it is forIt is for software developers who want to manage database interactions more securely and easily in their Node.js and TypeScript-based projects.
LicenseApache-2.0

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-09: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.