-
Notifications
You must be signed in to change notification settings - Fork 855
docs: Update TypedSql docs to include custom sql folder location #7161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update TypedSql docs to include custom sql folder location #7161
Conversation
WalkthroughDocumentation updates in the TypedSQL page adjust generator configuration, note new output paths and custom folders, update import paths to use generated client/sql locations, add guidance on default vs. generated imports, and refresh code samples and example links to the TypedSQL example repository. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/200-orm/200-prisma-client/150-using-raw-sql/100-typedsql.mdx
(6 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: runner / linkspector
- GitHub Check: Check internal links
🔇 Additional comments (1)
content/200-orm/200-prisma-client/150-using-raw-sql/100-typedsql.mdx (1)
23-26
: Confirm generator provider value.Can we double-check that
provider = "prisma-client"
is already accepted by Prisma? The schema reference still documents"prisma-client-js"
as the canonical generator value, so please confirm before we publish this change.
Summary by CodeRabbit