Connection with mysql

Hi there, how can I connect my project with mysql database

First, you need a driver (https://github.com/go-sql-driver/mysql)
Then check the samples here https://github.com/go-sql-driver/mysql/wiki/Examples

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.