Integrations
Prisma ORM
Instructions for using Prisma ORM in Leap
Leap makes it easy to use ORMs like Prisma. Just describe your data design, and Leap generates the integration.
How it works
- Describe your data layer in a prompt, including the specifics from the example prompt below
- Leap generates the integration
- On build Prisma generates migration files and Leap generates the database client
LLM results vary, but we’ve had success getting Prisma set up and working on the first try—including schema definitions, client imports, and connection handling.