An open API service indexing awesome lists of open source software.

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

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.