Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 277 Bytes

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