Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _content/doc/database/open-handle.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ cfg := mysql.Config{
Net: "tcp",
Addr: "127.0.0.1:3306",
DBName: "jazzrecords",
AllowNativePasswords: true,
}

// Get a database handle.
Expand Down
1 change: 1 addition & 0 deletions _content/doc/tutorial/database-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ specific database.
Net: "tcp",
Addr: "127.0.0.1:3306",
DBName: "recordings",
AllowNativePasswords: true,
}
// Get a database handle.
var err error
Expand Down