About 62 results
Open links in new tab
  1. Prisma | Instant Postgres plus an ORM for simpler db workflows

    Prisma has been instrumental in building ReUI, by providing a fully abstracted database layer. It accelerated our development speed several times over, letting us focus on business logic with a …

  2. Prisma | Next-generation ORM for Node.js & TypeScript

    Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, automated migrations, and an intuitive data …

  3. What is Prisma ORM? (Overview) | Prisma Documentation

    This page gives a high-level overview of what Prisma ORM is and how it works. It's a great starting point for Prisma newcomers

  4. Prisma Studio | Next-generation ORM for Node.js and TypeScript

    The ultimate tool for exploring and editing data in your Prisma project. Work locally or team up in Prisma Console to seamlessly collaborate on data management with your team.

  5. Prisma 1.34 - Prisma Introduction: What, Why & How

    Prisma lets you start your project with a clean architecture from the beginning and saves you from writing the boilerplate that is otherwise required to glue together database and application server.

  6. Reference documentation for the prisma config file

    Recommendation Use prisma.config.ts for small TypeScript projects. Use .config/prisma.ts for larger TypeScript projects with multiple configuration files (following the .config directory proposal).

  7. Quickstart with Prisma ORM and Prisma Postgres

    In this guide, you will learn how to set up a new TypeScript project from scratch, connect it to Prisma Postgres using Prisma ORM, and generate a Prisma Client for easy, type-safe access to your …

  8. Prisma ORM 7.3.0: Faster queries, safer data, smoother upgrades

    Jan 20, 2026 · Prisma ORM 7.3.0 adds a new compilerBuild option (fast or small), speeds up raw queries by bypassing compilation, improves MSSQL and better-sqlite3 stability, reverts mapped …

  9. Announcing Prisma ORM 7.2.0

    Dec 16, 2025 · Prisma ORM 7.2.0 is out with key improvements: the return of the --url flag, smarter prisma init configs for Node and Bun, better CLI errors, and fixes for @db.Money.

  10. From the CLI | Prisma Documentation

    Start building a Prisma application with a Prisma Postgres database from the CLI