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.
2 parents 8937c3e + 0b1f873 commit b3f82a5Copy full SHA for b3f82a5
README.md
@@ -107,7 +107,7 @@ func main() {
107
108
session := memory.NewSession(sql.NewBaseSession(), pro)
109
ctx := sql.NewContext(context.Background(), sql.WithSession(session))
110
- ctx.SetCurrentDatabase("test")
+ ctx.SetCurrentDatabase(dbName)
111
112
// This variable may be found in the "users_example.go" file. Please refer to that file for a walkthrough on how to
113
// set up the "mysql" database to allow user creation and user checking when establishing connections. This is set
0 commit comments