Skip to main content
Version: 2.x

Development Workflow

The development workflow using ZenStack is very close to Prisma. The main difference is, instead of modifying schema.prisma file, you edit schema.zmodel to make changes to data models and policies and then use zenstack generate command to generate Prisma schema. After that, everything is just standard Prisma workflow, including generating and deploying migrations.

The following diagram illustrates a typical workflow for prototyping data model changes during feature development:

Feature Prototyping WorkflowFeature Prototyping Workflow
Comments
Feel free to ask questions, give feedback, or report issues.

Don't Spam


You can edit/delete your comments by going directly to the discussion, clicking on the 'comments' link below