Leap makes it easy to use ORMs like Prisma. Just describe your data design, and Leap generates the integration.Documentation Index
Fetch the complete documentation index at: https://docs.leap.new/llms.txt
Use this file to discover all available pages before exploring further.
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.