{"id":53912,"library":"go-mysql-org-go-mysql","title":"go-mysql","description":"A pure Go library to handle MySQL networking protocol and replication.","status":"active","version":"1.15.0","language":"go","source_language":null,"source_url":"https://github.com/go-mysql-org/go-mysql","tags":["mysql","database","replication"],"install":[{"cmd":"go get github.com/go-mysql-org/go-mysql","lang":"bash","label":"Install github.com/go-mysql-org/go-mysql"}],"dependencies":[],"imports":[{"symbol":"mysql","correct":"github.com/go-mysql-org/go-mysql"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-mysql-org/go-mysql/client\"\n)\n\nfunc main() {\n\tconn, err := client.Connect(\"127.0.0.1:3306\", \"root\", \"password\", \"test\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"Connected!\")\n}","lang":"go","description":"Connect to a MySQL server"},"warnings":[],"env_vars":null,"search_vec":"'databas':16 'go':2,6 'go-mysql':1 'handl':9 'librari':7 'mysql':3,10,15 'network':11 'protocol':12 'pure':5 'replic':14,17","created_at":"2026-06-15T08:00:15.797900+00:00","updated_at":"2026-06-15T08:00:15.797900+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-mysql-org/go-mysql","github":"https://github.com/go-mysql-org/go-mysql","docs":"https://pkg.go.dev/github.com/go-mysql-org/go-mysql#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}