-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
kind/featureA request for a new feature.A request for a new feature.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: error
Milestone
Description
We currently return less-than-readable error messages when parsing a database URL fails, like
invalid port number in `mysql://root:password-with-#@localhost:3306/mydb`
Ideally, we would have a docs page to point to on the right syntax for database URLs.
This error should have at least three pieces of information:
- The url that failed to parse
- More information on what failed (the url crate error)
- What is expected on that particular database, and how to address it. Maybe links to docs?
Related: prisma/prisma#3921
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureA request for a new feature.A request for a new feature.tech/enginesIssue for tech Engines.Issue for tech Engines.topic: error