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

    Prisma helps us unify data access from multiple enterprise systems into a single API. It means we can move very quickly whilst staying flexible.

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

    What is Prisma ORM? Prisma ORM is an open-source next-generation ORM. It consists of the following parts: Prisma Client: Auto-generated and type-safe query builder for Node.js & …

  3. Models | Prisma Documentation

    Learn about the concepts for building your data model with Prisma: Models, scalar types, enums, attributes, functions, IDs, default values and more.

  4. Get started with Prisma | Prisma Documentation

    Set up Prisma ORM from scratch with your favorite database and learn basic workflows like data modeling, querying, and migrations.

  5. Prisma Documentation

    Get started with Prisma in the official documentation, and learn more about all Prisma's features with reference documentation, guides, and more.

  6. 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 …

  7. Quickstart with TypeScript & SQLite | Prisma Documentation

    Get started with Prisma ORM in 5 minutes. You will learn how to send queries to a SQLite database in a plain TypeScript script using Prisma Client.

  8. Relational databases (TypeScript and Prisma Postgres)

    Learn how to create a new TypeScript project from scratch by connecting Prisma ORM to your Prisma Postgres database and generating a Prisma Client for database access.

  9. Quickstart with Prisma Postgres

    In this Quickstart guide, you'll learn how to get started from scratch with Prisma ORM and a Prisma Postgres database in a plain TypeScript project. It covers the following workflows: …

  10. Prisma Config reference

    The prisma.config.ts file configures the Prisma CLI, including subcommands like migrate and studio, using TypeScript. You can define your config in either of two ways: