mirror of
https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
synced 2026-04-27 05:25:51 +03:00
[GH-ISSUE #16] connect to mysqldb #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-backend-clean-architecture#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tannpv on GitHub (Aug 5, 2023).
Original GitHub issue: https://github.com/amitshekhariitbhu/go-backend-clean-architecture/issues/16
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 on GitHub (May 23, 2024):
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 on GitHub (Sep 2, 2024):
thank so much