We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec4e66 commit 8c06b6fCopy full SHA for 8c06b6f
README.md
@@ -114,7 +114,8 @@ This has the same effect as an empty DSN string:
114
115
```
116
117
-If your database name includes a slash, use the [URL encoding](https://en.wikipedia.org/wiki/Percent-encoding) `%2F`:
+`dbname` is escaped by [PathEscape()]()https://pkg.go.dev/net/url#PathEscape) since v1.8.0. If your database name is `dbname/withslash`, it becomes:
118
+
119
120
/dbname%2Fwithslash
121
0 commit comments