Node.js Plugin Event Reference
Create Prisma Schema
Creates the Prisma schema
Event Name
CreatePrismaSchema
Event Parameters
The entities that will be generated as models in the Prisma schema and represent the table name. By default, this param value is the entities that the user sets in the UI (Amplication dashboard).
Represents the data source type of Prisma provider (PostgreSQL, MySQL, MongoDB, etc.).
A generator determines which assets are created when you run the Prisma generate command. For more information: Prisma Generators.
Was this page helpful?