Back to Prisma1

Index

docs/1.28/prisma-client/index.mdx

1.34.121.1 KB
Original Source

import Collapse from 'components/Markdown/Collapse'

export const meta = { title: 'Prisma Client', position: 5 }

Prisma Client

Setup

PageDescription
Generating the Client [ JS | TS | Go ]Learn how to generate the Prisma client using the Prisma CLI
Constructor [ JS | TS | Go ]Learn how to instantiate the Prisma client

Basic Data Access

PageDescription
Reading Data [ JS | TS | Go ]Learn how to read data using Prisma client
Writing Data [ JS | TS | Go ]Learn how to write data using Prisma client

Features

PageDescription
Realtime [ JS | TS | Go ]Learn how to write data using Prisma client
Check Existence [ JS | TS | Go ]Learn whether a certain record exists in the database using Prisma client
Raw Database Access (coming soon)Learn to send raw database queries using Prisma client