package
0.0.0-20230225110349-988b5a29a29c
Repository: https://github.com/tannergabriel/learning-go.git
Documentation: pkg.go.dev
# README
MySQL CRUD
This is an example project that shows the basics of working with the MySQL database in golang. Go provides an abstract datalayer using the database/sql standard library. You need to load the specific driver your database first, than working with it most databases is relatively the same.
Prerequisites
- Local MySQL instance
- Valid Golang installation