This Document is for Skeet v2.

Skeet AI Prisma Mode

Prisma mode automatically generates GraphQL endpoints from Prisma schemas. By explaining the newly added model, Skeet AI automatically migrates your database and Generate a GraphQL endpoint.

Skeet AI YouTube - 2/7. How to Use Prisma Mode (Video)

Launching Prisma Mode

bash
You: $ prisma Skeet: 🤖 Prisma Schema Generation Mode 🤖 ? Please describe your use case for Prisma. Example: I want to create a blog app. or Example: I want to create a new model, Client, with the following fields: id, name, email, password, creation date, update date. You: