Documentation
supastarter for Next.jsDatabase

Overview

Learn how to use the database in supastarter.

Schema

You can find the schema of your database in the schema.prisma file in the packages/database/prisma directory. This file is used by Prisma to generate the database schema and the client.

Studio

Prisma Studio is a visual interface for exploring your database. It allows you to view, edit, and delete data in your database.

To start Prisma Studio, run the following command in your terminal from the root of your project:

pnpm --filter database studio

On this page