Answer the question
In order to leave comments, you need to log in
Does Golang have MySQL support?
Does Golang have MySQL support natively? That is, don't you need to install something to work with MySQL in Golang?
Naturally, apart from MySQL itself and the Golang compiler
Answer the question
In order to leave comments, you need to log in
There is. You need to import the standard package "database/sql"
and additionally the driver import _ "github.com/go-sql-driver/mysql"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question