cemkesici / golang-database-actions

A simple mini project to show usage of database with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple mini project to show usage of database with golang


Languages

Language:Go 100.0%