Skip to content

Files

This branch is 3634 commits behind gofiber/recipes:master.

gorm-mysql

Example for fiber as a orm to MySQL

A sample program to orm mysql connect

Endpoints

Method URL
GET /hello
GET /allbooks
GET /book/:id
POST /book
PUT /book
DELETE /book