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

    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 …

  2. Get started with Prisma | Prisma Documentation

    Prisma Postgres is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio, and includes a generous free tier.

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

    Prisma ORM is a next-generation Node.js and TypeScript ORM that provides type-safe database access, migrations, and a visual data editor.

  4. Prisma Guides | Prisma Documentation

    A collection of guides for various tasks and workflows.

  5. Quickstart: Prisma ORM with Prisma Postgres (5 min)

    Create a new TypeScript project from scratch by connecting Prisma ORM to Prisma Postgres and generating a Prisma Client for database access.

  6. How to use Prisma ORM and Prisma Postgres with NestJS

    Introduction This guide shows you how to use Prisma ORM with NestJS, a progressive Node.js framework for building efficient and scalable server-side applications. You'll build a REST API with …

  7. Prisma 6: Better Performance, More Flexibility & Type-Safe SQL

    Nov 28, 2024 · Today, we are releasing Prisma v6! Since the last major version, we have been hard at work incorporating user feedback, making Prisma ORM faster and more flexible, and adding …

  8. Prisma Studio — Visual Database Browser & Editor

    The easiest way to explore and manipulate your data in all of your Prisma projects.

  9. Prisma 7 Release: Rust-Free, Faster, and More Compatible

    Nov 19, 2025 · Prisma ORM 7 delivers major performance gains, a Rust-free client, and a streamlined developer experience, plus deeper Prisma Postgres integration.

  10. Quickstart: Prisma ORM with SQLite (5 min)

    Create a new TypeScript project from scratch by connecting Prisma ORM to SQLite and generating a Prisma Client for database access.