Categorygithub.com/iwanse1977/freebsd-golang-mysql
modulepackage
0.0.0-20240922113312-b430d6bee92e
Repository: https://github.com/iwanse1977/freebsd-golang-mysql.git
Documentation: pkg.go.dev

# README

FreeBSD Tutorials: Go lang CRUD With MySQL Server

FreeBSD Go CRUD MySQL Example

Installation and Run

root@ns7:/var/FreeBSD-Golang-MySQL # go mod init github.com/iwanse1977/FreeBSD-Golang-MySQL
root@ns7:/var/FreeBSD-Golang-MySQL # go mod tidy
root@ns7:/var/FreeBSD-Golang-MySQL # go get github.com/go-sql-driver/mysql
Build & Run: go run main.go
Go to http://192.168.5.2:4000

More Information

https://inchimediatama-nusantara.blogspot.com/2024/09/build-web-application-with-google-go_01365377721.html

# Functions

Delete Item.
Edit Item.
Index Page.
Insert Item.
Show New Page.
Show Single Item.
Update Item.

# Structs

Employee Struct.