https://github.com/yakuter/golang-database-actions
A simple mini project to show usage of database with golang
https://github.com/yakuter/golang-database-actions
database go golang mysql
Last synced: about 2 months ago
JSON representation
A simple mini project to show usage of database with golang
- Host: GitHub
- URL: https://github.com/yakuter/golang-database-actions
- Owner: yakuter
- Created: 2018-03-03T22:16:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T22:48:08.000Z (over 8 years ago)
- Last Synced: 2025-01-29T08:33:32.464Z (over 1 year ago)
- Topics: database, go, golang, mysql
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A mini project to show usage of database with golang
The main.go file contains these file actions:
- Connect to database
- Get all records from database
- Get one record from database
- Add new record to database
- Update an existing record in database
- Delete a record from database
License
Please use and re-use however you want.