- Prisma | Instant Postgres plus an ORM for simpler db workflows
Build, fortify, and grow your application easily with an intuitive data model, type-safety, automated migrations, connection pooling and caching
- 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 model
- 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
- 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
- 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
- Prisma 7 Release: Rust-Free, Faster, and More Compatible
Prisma ORM 7 delivers major performance gains, a Rust-free client, and a streamlined developer experience, plus deeper Prisma Postgres integration
- Reference documentation for the prisma config file
This page gives an overview of all Prisma config options available for use
- 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 NestJS that uses Prisma ORM to store and retrieve data from a database Prisma ORM is an open-source ORM for Node js and TypeScript It is used as an alternative to writing plain SQL, or using another
|