Prisma
Prisma is a next-generation open-source ORM For Node.js and TypeScript that helps developers build faster and make fewer errors.
It supports the following databases: PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, and more recently, MongoDB (Preview).
Prisma provides a complete toolkit:
- Prisma Client: Auto-generated and type-safe database client
- Prisma Migrate: Declarative data modeling and customizable migrations
- Prisma Studio: Modern UI to view and edit data
Search Results
Build a Backend with Prisma in a TypeScript Node Project
course by Ryan Chenkie
Build a full-stack app with Prisma
course by Xiaoru Li
Build a Graphql Serverless Database for Your Client Apps Using Prisma
lesson by Christian Nwamba
Install and Set up Prisma for a New Project
lesson by Xiaoru Li
Create an entry in the database with Prisma Client
lesson by Xiaoru Li
Perform basic database queries (CRUD) with Prisma Client
lesson by Xiaoru Li
Work with Models and Relations with Prisma Schema
lesson by Xiaoru Li
Limit the Amount of Returned Data with Prisma Client
lesson by Ryan Chenkie
Use Prisma Client to Connect Related Tables when Creating New Data
lesson by Ryan Chenkie
Use Prisma Client to Query for Related Data
lesson by Ryan Chenkie
Create a Relation Between Two Tables in the Prisma Schema
lesson by Ryan Chenkie
Use Express to Create Data Dynamically
lesson by Ryan Chenkie
Create a Database Record with Prisma Client
lesson by Ryan Chenkie
Use Prima Client to Select a Subset of Data
lesson by Ryan Chenkie
Use Prisma Client to Find Many Records in a Table
lesson by Ryan Chenkie
Use Prisma Studio to Create a Record
lesson by Ryan Chenkie
Create a Model for a Table and Run Migrations
lesson by Ryan Chenkie
Initialize Prisma in a TypeScript Node Project
lesson by Ryan Chenkie
Install the Prisma VS Code Extension
lesson by Ryan Chenkie
Set up Planetscale Main and Dev Branches and Create Tables through Prisma
lesson by Ben Patton