
Prisma | Simplify working and interacting with databases
With our modern serverless architecture, and tight integration with Prisma ORM, we created a database that feels like magic and scales as fast as your ideas.
Get started with Prisma | Prisma Documentation
Build data-driven applications with ease using Prisma ORM, add connection pooling or global caching with Prisma Accelerate.
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!
Prisma Documentation
Get started with Prisma in the official documentation, and learn more about all Prisma's features with reference documentation, guides, and more.
Prisma 1.34 - Prisma Introduction: What, Why & How
Prisma's overall goal is to remove complexity from common database workflows and simplify data access in your applications: Type-safe database access thanks to the custom and auto-generated Prisma client. Simple and powerful API for working with relational data and transactions. Visual data management with Prisma Admin.
Next-generation ORM for Node.js & TypeScript - Prisma
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 model.
Prisma Guides | Prisma Documentation
Here you'll find practical, step-by-step guides to help you accomplish specific tasks with Prisma products, including Prisma ORM, Prisma Accelerate, Prisma Postgres, and more. Browse through our guides below or use the search to find specific topics.
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. Skip to main content /docs Get Started
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 two ways: Using the defineConfig helper:
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.