Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of Golang CRUD using MySQL from scratch #92

Open
atc0005 opened this issue Sep 18, 2020 · 0 comments
Open

Example of Golang CRUD using MySQL from scratch #92

atc0005 opened this issue Sep 18, 2020 · 0 comments

Comments

@atc0005
Copy link
Owner

atc0005 commented Sep 18, 2020

https://www.golangprograms.com/example-of-golang-crud-using-mysql-from-scratch.html

In this tutorial, we are going to see an example program to learn how to do database CRUD operations using Golang and MySQL. CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database.

In this example, we are going to create an interface as database front end to handle these operations. We have Employee table containing Employee information like id, name and city. With this table, we have to perform CRUD using MySQL.

I've done a little of this already, but this looks to be a pretty complete guide for a good starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant