docs icon indicating copy to clipboard operation
docs copied to clipboard

Prisma client commands updated in the documentation

Open AdityaSrivastava185 opened this issue 5 months ago • 1 comments

Overview: This pull request aims to enhance the Prisma documentation by providing clearer instructions and troubleshooting tips for commonly used commands, specifically npx prisma migrate and npx prisma db push.

Changes Made:

  1. Command Examples:

    • Added detailed examples for running npx prisma migrate dev and npx prisma db push, including common flags and options.
  2. Step-by-Step Guides:

    • Included step-by-step instructions for setting up migrations and pushing schema changes.
  3. Explaination between using the both commands:

    • Added explaination of the commands
    • Included their use case , purpose and caution

Rationale: These enhancements aim to provide a clearer understanding of how to effectively use Prisma commands, especially for new users. By including specific examples and troubleshooting tips, we can reduce confusion and improve the overall onboarding experience.

Next Steps:

  • Review the changes and provide feedback
  • Consider additional sections or topics that could further enhance the documentation.

Related Issue: This PR addresses the concerns raised in issue #6284

Thank you for considering this pull request! I look forward to your feedback.

AdityaSrivastava185 avatar Sep 23 '24 18:09 AdityaSrivastava185