amitshekhariitbhu / go-backend-clean-architecture

A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
https://outcomeschool.com/blog/go-backend-clean-architecture
Apache License 2.0
4.68k stars 479 forks source link

connect to mysqldb #16

Open tannpv opened 1 year ago

tannpv commented 1 year ago

Hello, I love your instruction for building this code structure. Would you mind help us to make codes to connect to the mysqlDb?

Tvgo77 commented 5 months ago

I created a repository which change database layer of this project from mongoDB to SQL database. Hope it's helpful to you. https://github.com/Tvgo77/go-backend-clean-template-sql-based

tannpv commented 2 months ago

I created a repository which change database layer of this project from mongoDB to SQL database. Hope it's helpful to you. https://github.com/Tvgo77/go-backend-clean-template-sql-based

thank so much