eddycjy / go-gin-example

An example of gin
MIT License
6.88k stars 1.59k forks source link

sql: unknown driver "mysql" (forgotten import?) #139

Open satriawinarah opened 2 years ago

satriawinarah commented 2 years ago

Every time I ran it, it shows sql: unknown driver "mysql" (forgotten import?)

And how to change it postgresql?

DarrenYing commented 1 year ago

Every time I ran it, it shows sql: unknown driver "mysql" (forgotten import?)

And how to change it postgresql?

you can add import _ "github.com/jinzhu/gorm/dialects/mysql" to fix that error