We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b688fb commit edc7880Copy full SHA for edc7880
README.md
@@ -93,6 +93,8 @@ This has the same effect as an empty DSN string:
93
94
```
95
96
+Alternatively, [Config.FormatDSN](https://godoc.org/github.com/go-sql-driver/mysql#FormatDSN) can be used to create a DSN string by filling a struct.
97
+
98
#### Password
99
Passwords can consist of any character. Escaping is **not** necessary.
100
0 commit comments