library used : "database/sql" "gorm.io/driver/mysql" "gorm.io/gorm"
type Book struct { ID int64 `gorm:"primary_key"`